tools: remove noop statement from tuhi-live
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
08afa02690
commit
658fe44d76
|
@ -45,8 +45,6 @@ def open_uhid_process(queue_in, conn_out):
|
||||||
|
|
||||||
|
|
||||||
def maybe_start_tuhi(queue):
|
def maybe_start_tuhi(queue):
|
||||||
sys.path
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
should_start, verbose = queue.get()
|
should_start, verbose = queue.get()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
|
Loading…
Reference in New Issue