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])


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to