]> git.parisson.com Git - telecaster-cgi.git/commitdiff
cleanup
authoryomguy <yomguy@parisson.com>
Sun, 18 Jul 2010 22:21:17 +0000 (22:21 +0000)
committeryomguy <yomguy@parisson.com>
Sun, 18 Jul 2010 22:21:17 +0000 (22:21 +0000)
station.py

index 31a0d3cebb4e908f19c2e83ebe7a761bd5f52e0b..0b62afd0e7b874c56013f31bdcb64a0a1e671020 100644 (file)
@@ -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()