Browse Source

removed spammy print statement

Joe Shochet 20 years ago
parent
commit
c1f09f53ee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/gui/DirectFrame.py

+ 0 - 1
direct/src/gui/DirectFrame.py

@@ -51,7 +51,6 @@ class DirectFrame(DirectGuiWidget):
             # Otherwise, hope that the user has passed in a tuple/list
             textList = self['text']
         # Create/destroy components
-        print "textList = %s" % (textList,)
         for i in range(self['numStates']):
             component = 'text' + `i`
             # If fewer items specified than numStates,