diff --git a/flutter/lib/models/input_model.dart b/flutter/lib/models/input_model.dart index 0ea7c6238..1032bbe9d 100644 --- a/flutter/lib/models/input_model.dart +++ b/flutter/lib/models/input_model.dart @@ -477,7 +477,6 @@ class InputModel { } else if (dy < 0) { dy = 1; } - debugPrint('REMOVE ME ================== onPointerSignalImage'); bind.sessionSendMouse( sessionId: sessionId, msg: '{"type": "wheel", "x": "$dx", "y": "$dy"}');