clean up log

This commit is contained in:
Colin Megill
2018-10-15 11:20:52 -07:00
parent 48fa221ad9
commit e1a437514e
-3
View File
@@ -160,7 +160,6 @@ const Controls = (
});
}
console.log("diff", diffexpGenes);
if (diffexpGenes.length > 0) {
_.forEach(diffexpGenes, (gene, index) => {
dimensionMap[gene] = World.createVarDimension(
@@ -173,8 +172,6 @@ const Controls = (
});
}
console.log("crossfilter", crossfilter);
return {
...state,
loading: false,