chore(core): remove log

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-25 17:38:56 +01:00
committed by Braks
parent 4dbb51d387
commit 012a19ddc9
@@ -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()