From b17bc61d80b53a7531ebdfc96cd852350cd8a7f7 Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 18 Jun 2026 22:26:52 +0200 Subject: [PATCH] remove logging --- Drawers/Interactions.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Drawers/Interactions.qml b/Drawers/Interactions.qml index 04af119..3d0fcc4 100644 --- a/Drawers/Interactions.qml +++ b/Drawers/Interactions.qml @@ -126,7 +126,6 @@ Item { enabled: root.visibilities.isDrawing onActiveChanged: { - console.log(active); if (!active) { setInitialPoint = false; root.drawing.endStroke();