mailr16026 - /branches/uf_redesign/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 May 06, 2012 - 19:18:
Author: bugman
Date: Sun May  6 19:18:15 2012
New Revision: 16026

URL: http://svn.gna.org/viewcvs/relax?rev=16026&view=rev
Log:
Removal of a debugging print out.


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

Modified: branches/uf_redesign/gui/components/combo_list.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/components/combo_list.py?rev=16026&r1=16025&r2=16026&view=diff
==============================================================================
--- branches/uf_redesign/gui/components/combo_list.py (original)
+++ branches/uf_redesign/gui/components/combo_list.py Sun May  6 19:18:15 2012
@@ -157,7 +157,6 @@
 
         # Choices.
         if self._choices != None:
-            print "in"
             # Loop over the choices and data, adding both to the end.
             for j in range(len(self._choices)):
                 self._combo_boxes[-1].Insert(str_to_gui(self._choices[j]), 
j, self._data[j])




Related Messages


Powered by MHonArc, Updated Mon May 07 10:20:01 2012