From c1f09f53eef8ae9068d0a6fc2f3999a7c644fee8 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Thu, 14 Jul 2005 18:35:30 +0000 Subject: [PATCH] removed spammy print statement --- direct/src/gui/DirectFrame.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/gui/DirectFrame.py b/direct/src/gui/DirectFrame.py index 42cb113ca8..b75e42bb9c 100644 --- a/direct/src/gui/DirectFrame.py +++ b/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,