cleanup unneeded logging
Format (JS/TS) / format (pull_request) Failing after 6s
Lint (JS/TS) / lint (pull_request) Failing after 11s
Lint (Python) / lint (pull_request) Failing after 19s
Lint (Rust) / lint (pull_request) Failing after 1m34s

This commit is contained in:
2026-05-19 16:15:39 +02:00
parent 9c6a1ce1a4
commit 62ec1b9f33
6 changed files with 20 additions and 50 deletions
-1
View File
@@ -32,7 +32,6 @@ CustomMouseArea {
if (root.visibilities.isDrawing && (event.buttons & Qt.LeftButton)) {
root.drawing.points.push(Qt.point(x, y));
console.log(root.drawing.points);
root.drawing.requestPaint();
}