Remove log (#2463)

This commit is contained in:
Colin Megill
2021-10-14 18:02:54 +00:00
committed by GitHub
parent c81731d32c
commit 8e011314e9
@@ -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",