remove debug

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-07-17 20:51:46 +08:00
parent 2badecba2a
commit 74a492e52e

View File

@ -477,7 +477,6 @@ class InputModel {
} else if (dy < 0) { } else if (dy < 0) {
dy = 1; dy = 1;
} }
debugPrint('REMOVE ME ================== onPointerSignalImage');
bind.sessionSendMouse( bind.sessionSendMouse(
sessionId: sessionId, sessionId: sessionId,
msg: '{"type": "wheel", "x": "$dx", "y": "$dy"}'); msg: '{"type": "wheel", "x": "$dx", "y": "$dy"}');