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();