mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 02:08:11 +08:00
clean up log
This commit is contained in:
Vendored
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user