From 658fe44d76d34efcdf43d46ca2eba199e163ae97 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 28 Aug 2019 11:55:04 +1000 Subject: [PATCH] tools: remove noop statement from tuhi-live Signed-off-by: Peter Hutterer --- tools/tuhi-live.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/tuhi-live.py b/tools/tuhi-live.py index ca80055..15c67e8 100755 --- a/tools/tuhi-live.py +++ b/tools/tuhi-live.py @@ -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: