mailr13834 - /branches/gui_testing/gui/components/combo_list.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 22, 2011 - 15:43:
Author: bugman
Date: Fri Jul 22 15:43:12 2011
New Revision: 13834

URL: http://svn.gna.org/viewcvs/relax?rev=13834&view=rev
Log:
Removed some debugging print out statements.


Modified:
    branches/gui_testing/gui/components/combo_list.py

Modified: branches/gui_testing/gui/components/combo_list.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/components/combo_list.py?rev=13834&r1=13833&r2=13834&view=diff
==============================================================================
--- branches/gui_testing/gui/components/combo_list.py (original)
+++ branches/gui_testing/gui/components/combo_list.py Fri Jul 22 15:43:12 2011
@@ -215,7 +215,6 @@
         for i in range(len(self._combo_boxes)):
             # Get the value.
             val = self._combo_boxes[i].GetValue()
-            print `val`
 
             # Nothing, so skip.
             if not len(val):
@@ -232,5 +231,4 @@
         text = "%s]" % text
 
         # Return the list.
-        print `text`
         return text




Related Messages


Powered by MHonArc, Updated Fri Jul 22 16:40:02 2011