From f8e121c4f1f33123319f21abe6163840eaa1c322 Mon Sep 17 00:00:00 2001 From: sbahling Date: Tue, 9 Jun 2020 13:57:23 +0200 Subject: Remove parts that should not have been added --- tascam_fw_console/console.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tascam_fw_console/console.py') diff --git a/tascam_fw_console/console.py b/tascam_fw_console/console.py index 73e9b78..45c1d18 100644 --- a/tascam_fw_console/console.py +++ b/tascam_fw_console/console.py @@ -94,12 +94,6 @@ class RunningStateThread(): time.sleep(self.interval) - print('Server thread shutdown.') - - def stop_thread(self): - self.pill2kill.set() - self.thread.join() - class Console(): def __init__(self, card_id=None, guid=None, device=None): -- cgit v1.2.3