Skip to content

Commit c2a2ad5

Browse files
committed
Strip console.log
1 parent fd9bfb0 commit c2a2ad5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/XYFrame.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,6 @@ class XYFrame extends React.Component<XYFrameProps, XYFrameState> {
800800
}
801801
}
802802

803-
console.log("projectedPoints", projectedPoints)
804-
console.log("projectedLines", projectedLines)
805-
806803
xExtent =
807804
Array.isArray(xExtentSettings.extent) &&
808805
xExtentSettings.extent.length === 2

0 commit comments

Comments
 (0)