diff --git a/client/src/components/graph/overlays/centroidLabels.js b/client/src/components/graph/overlays/centroidLabels.js index 64400fba..e8d3da00 100644 --- a/client/src/components/graph/overlays/centroidLabels.js +++ b/client/src/components/graph/overlays/centroidLabels.js @@ -57,7 +57,6 @@ class CentroidLabels extends PureComponent { }; handleMouseEnter = (e, colorAccessor, label) => { - console.log(colorAccessor, label); const { dispatch } = this.props; dispatch({ type: "category value mouse hover start",