aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xui_remote.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui_remote.py b/ui_remote.py
index e2cb584..c4f5c99 100755
--- a/ui_remote.py
+++ b/ui_remote.py
@@ -61,16 +61,12 @@ def main():
running = False
elif key == ord('w'):
interrupt_run_continue(mi, 'call up()')
- pass
elif key == ord('s'):
interrupt_run_continue(mi, 'call down()')
- pass
elif key == ord('a'):
interrupt_run_continue(mi, 'call hold()')
- pass
elif key == ord('d'):
interrupt_run_continue(mi, 'call press()')
- pass
else:
stdscr.addstr(1, 0, str(key))