Skip to content
Snippets Groups Projects
Commit f29164d9 authored by HongKee Moon's avatar HongKee Moon
Browse files

Remove console.log

parent e44e8ca7
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@
// console.log(_.flatMap(row.condensates, c => c.data_sources))
let dat = vm.map[data];
if(dat) {
console.log(getRatingValue(vm.map[row.uniprot_id]))
// console.log(getRatingValue(vm.map[row.uniprot_id]))
return getRatingValue(vm.map[row.uniprot_id]);
}
return '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment