From 012a19ddc904f0be1a4e7dd9341c0762cb60cd9a Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 25 Dec 2022 17:18:12 +0100 Subject: [PATCH] chore(core): remove log Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/container/Pane/Pane.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/core/src/container/Pane/Pane.vue b/packages/core/src/container/Pane/Pane.vue index 3b110965..36617aac 100644 --- a/packages/core/src/container/Pane/Pane.vue +++ b/packages/core/src/container/Pane/Pane.vue @@ -44,8 +44,6 @@ const resetUserSelection = () => { function onClick(event: MouseEvent) { if (event.target !== container.value || hasActiveSelection.value) return - console.log('click') - emits.paneClick(event) removeSelectedElements()