Skip to content
Snippets Groups Projects
Commit 24c155a9 authored by Jeffrey Fisher's avatar Jeffrey Fisher
Browse files

Remove debug print

parent 809cfb40
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ class TeleopPlugin(Plugin):
@QtCore.Slot()
def _monitor_joy(self):
print(self._joy.LeftJoystickX)
self.label_joy_x.setText(f"X: {self._joy.LeftJoystickX}")
class XboxController(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment