From: yomguy <> Date: Sun, 18 Jul 2010 22:21:17 +0000 (+0000) Subject: cleanup X-Git-Tag: 1.0~165 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c0851539972922e6ce92c051ad61f09c85620a93;p=telecaster-server.git cleanup --- diff --git a/station.py b/station.py index 31a0d3c..0b62afd 100644 --- a/station.py +++ b/station.py @@ -157,13 +157,6 @@ class Station(Conference): conf_file.close() def start_deefuzzer(self): - #if not self.jack_inputs: - #jack.attach('telecaster') - #for jack_input in jack.get_ports(): - #if 'system' in jack_input and 'capture' in jack_input.split(':')[1] : - #self.jack_inputs.append(jack_input) - #jack_ports = ' '.join(self.jack_inputs) - command = 'deefuzzer ' + self.deefuzzer_user_file + ' &' os.system(command) self.set_lock()