Skip to content

Commit dec90ee

Browse files
committed
fix: Remove spammy debug log
1 parent 078e1af commit dec90ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Dataframe.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ function Dataframe({ featuredObject, extraColumns, onColumnToggle, onToggleMarke
153153
const CustomLocationOperation = useCallback(
154154
({ node }) => {
155155
if (isLocationObject(node)) {
156-
log("Dataframe: Rendering location button for node.");
157156
const locationKey = `${node.latitude}_${node.longitude}`;
158157
const markerState = dynamicMarkerLocations[locationKey];
159158
const color = markerState ? markerState.color : "lightgrey";

0 commit comments

Comments
 (0)