diff light8/subediting.py @ 42:5e4fb4ac2d18

corrected Patch's error behavior and subediting's catching behavior
author drewp
date Sun, 07 Jul 2002 12:24:01 +0000
parents 02151923be45
children 6540879e336e
line wrap: on
line diff
--- a/light8/subediting.py	Sun Jul 07 12:18:06 2002 +0000
+++ b/light8/subediting.py	Sun Jul 07 12:24:01 2002 +0000
@@ -38,13 +38,10 @@
         self.startlevels = self.sub.getlevels()
 
     def getcurrentlevel(self,lightname):
-        print "resolve",lightname
-        ch = get_dmx_channel(lightname)
         try:
             ch = get_dmx_channel(lightname)
         except ValueError:
             return None
-        print "resolved ch",ch
         return self.currentoutputlevels[ch]
 
     def levelchange(self,lightnames,delta):