From 482801d4fda1af02432312d9ace5a014ea5564b8 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Mon, 25 Apr 2022 20:07:12 -0700 Subject: [PATCH] body: remove print spam old-commit-hash: 729d7ae549315411017cc19aeae52baeca27c776 --- tools/joystick/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/joystick/web.py b/tools/joystick/web.py index 143ca115c5..5db48eea24 100755 --- a/tools/joystick/web.py +++ b/tools/joystick/web.py @@ -50,7 +50,7 @@ def handle_timeout(): while 1: this_time = time.monotonic() if (last_send_time+0.5) < this_time: - print("timeout, no web in %.2f s" % (this_time-last_send_time)) + #print("timeout, no web in %.2f s" % (this_time-last_send_time)) dat = messaging.new_message('testJoystick') dat.testJoystick.axes = [0,0] dat.testJoystick.buttons = [False]