Skip to content
Snippets Groups Projects
Commit 5b791324 authored by David Mendez's avatar David Mendez
Browse files

remove console.logs

parent 8c7e670f
No related branches found
No related tags found
......@@ -35,20 +35,18 @@ export default {
propertiesGroups: {
1: { id: 'report_card_table', selected: true, allHeaders: [] },
},
customDataRepresentationParams: {
possiblePageSizes: [5, 10],
itemsPerPage: 5,
},
}
},
customDataRepresentationParams: {
possiblePageSizes: [5, 10],
itemsPerPage: 5,
},
computed: {
starterParams() {
const starterParams = ProbeMechanism.getReportCardStarterParams(
'CHEMBL101253',
this.propertiesGroups
)
console.log('starterParams: ')
console.log(starterParams)
return starterParams
},
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment