mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 19:38:12 +08:00
remove log
This commit is contained in:
@@ -11,7 +11,6 @@ import FaPaintBrush from "react-icons/lib/fa/paint-brush";
|
||||
import * as globals from "../../globals";
|
||||
|
||||
@connect(state => {
|
||||
console.log("state in histo brush", state)
|
||||
const ranges =
|
||||
state.cells.cells && state.cells.cells.data.ranges
|
||||
? state.cells.cells.data.ranges
|
||||
@@ -172,7 +171,9 @@ class HistogramBrush extends React.Component {
|
||||
this.props.dispatch({
|
||||
type: "color by continuous metadata",
|
||||
colorAccessor: this.props.metadataField,
|
||||
rangeMaxForColorAccessor: this.props.initializeRanges[this.props.metadataField].range.max
|
||||
rangeMaxForColorAccessor: this.props.initializeRanges[
|
||||
this.props.metadataField
|
||||
].range.max
|
||||
});
|
||||
}
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user