mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
removed spammy print statement
This commit is contained in:
parent
16e9cebc31
commit
c1f09f53ee
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user