Skip to content

Commit 92dc450

Browse files
committed
Remove logging
1 parent 5b17a17 commit 92dc450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FlightMap/FlightMap.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ Map {
159159
property real lastMouseY
160160

161161
onPressed: (touchPoints) => {
162-
console.log("onPressed", touchPoints[0].x, touchPoints[0].y)
163162
lastMouseX = touchPoints[0].x
164163
lastMouseY = touchPoints[0].y
165164
}

0 commit comments

Comments
 (0)