[Avida-cvs] [Avida2-svn] r256 - trunk/source/python/AvidaGui2

baerb@myxo.css.msu.edu baerb at myxo.css.msu.edu
Sat Jul 23 03:15:26 PDT 2005


Author: baerb
Date: 2005-07-23 06:15:26 -0400 (Sat, 23 Jul 2005)
New Revision: 256

Modified:
   trunk/source/python/AvidaGui2/pyPetriConfigureCtrl.py
Log:
Removed two unnecessary print statement -- mostly testing a proplem with svn
commit.



Modified: trunk/source/python/AvidaGui2/pyPetriConfigureCtrl.py
===================================================================
--- trunk/source/python/AvidaGui2/pyPetriConfigureCtrl.py	2005-07-22 20:25:44 UTC (rev 255)
+++ trunk/source/python/AvidaGui2/pyPetriConfigureCtrl.py	2005-07-23 10:15:26 UTC (rev 256)
@@ -218,7 +218,6 @@
 
     # Turn off the controls 
 
-    print "BDB: running DisablePetriConfigureSlot"
     self.AncestorComboBox.setEnabled(False)
     self.StopAtSpinBox.setEnabled(False)
     self.StopManuallyRadioButton.setEnabled(False)
@@ -252,7 +251,6 @@
 
     # Turn on the controls 
     
-    print "BDB: running EnablePetriConfigureSlot"
     self.AncestorComboBox.setEnabled(True)
     self.StopAtSpinBox.setEnabled(True)
     self.StopManuallyRadioButton.setEnabled(True)




More information about the Avida-cvs mailing list