diff --git a/client/src/reducers/controls.js b/client/src/reducers/controls.js index 77c410ab..d1bacee9 100644 --- a/client/src/reducers/controls.js +++ b/client/src/reducers/controls.js @@ -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,