From f97a3cd79e816d8d471d78ea2e57e91ec4d62531 Mon Sep 17 00:00:00 2001 From: sbahling Date: Mon, 5 Nov 2018 22:50:13 +0100 Subject: More code cleanup --- tascam_fw_console/console.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tascam_fw_console/console.py') diff --git a/tascam_fw_console/console.py b/tascam_fw_console/console.py index 858ee17..fa334dc 100644 --- a/tascam_fw_console/console.py +++ b/tascam_fw_console/console.py @@ -319,12 +319,6 @@ class Console(): else: self.unit.leds.rec.turn_off() - def pan_stereo_position_handler(self, addr, ssid, pan): - self.strips[int(ssid)].recv_pan(pan) - - def strip_trimdb_handler(self, addr, ssid, trim): - self.strips[int(ssid)].recv_trim(trim) - def strip_name_handler(self, addr, ssid, name): self.strips[int(ssid)].name = name @@ -338,7 +332,6 @@ class Console(): def encoder_mode_handler(self, addr, mode): mode = mode.upper() - print(mode) for other in ENCODER_MODES: self.unit.leds.turn_off(other) self.unit.leds.turn_on(mode) -- cgit v1.2.3