Skip to content

Commit 5cb4ae1

Browse files
committed
chore: remove log
1 parent 223db76 commit 5cb4ae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/container/Viewport/Zoom.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ props.d3Selection
111111
.on('wheel.zoom', store.panOnScroll || typeof props.d3ZoomHandler === 'undefined' ? null : (props.d3ZoomHandler as any))
112112
113113
props.d3Zoom.filter((event: MouseEvent) => {
114-
console.log(event)
115114
const zoomScroll = zoomKeyPressed.value || store.zoomOnScroll
116115
const pinchZoom = store.zoomOnPinch && event.ctrlKey
117116

0 commit comments

Comments
 (0)