tools: remove noop statement from tuhi-live

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/208/head
Peter Hutterer 2019-08-28 11:55:04 +10:00 committed by Benjamin Tissoires
parent 08afa02690
commit 658fe44d76
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ def open_uhid_process(queue_in, conn_out):
def maybe_start_tuhi(queue):
sys.path
try:
should_start, verbose = queue.get()
except KeyboardInterrupt: