diff options
| author | sbahling <sbahling@mudgum.net> | 2020-06-09 13:57:23 +0200 |
|---|---|---|
| committer | sbahling <sbahling@mudgum.net> | 2020-06-09 13:57:23 +0200 |
| commit | f8e121c4f1f33123319f21abe6163840eaa1c322 (patch) | |
| tree | 972140c38578bb2dc514cbdb9d7823ead3a0b315 /tascam_fw_console/console.py | |
| parent | 4c0c4b43ff373189125e79cd460519d16f9ceb5a (diff) | |
| download | tascam-fw-osc-f8e121c4f1f33123319f21abe6163840eaa1c322.tar.gz tascam-fw-osc-f8e121c4f1f33123319f21abe6163840eaa1c322.tar.xz tascam-fw-osc-f8e121c4f1f33123319f21abe6163840eaa1c322.zip | |
Remove parts that should not have been added
Diffstat (limited to 'tascam_fw_console/console.py')
| -rw-r--r-- | tascam_fw_console/console.py | 6 |
1 files changed, 0 insertions, 6 deletions
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): |
