[Python-checkins] r72949 - python/branches/py3k/Lib/idlelib/configDialog.py

ronald.oussoren python-checkins at python.org
Tue May 26 23:44:57 CEST 2009


Author: ronald.oussoren
Date: Tue May 26 23:44:57 2009
New Revision: 72949

Log:
Remove debug statement that leaked into the repository.


Modified:
   python/branches/py3k/Lib/idlelib/configDialog.py

Modified: python/branches/py3k/Lib/idlelib/configDialog.py
==============================================================================
--- python/branches/py3k/Lib/idlelib/configDialog.py	(original)
+++ python/branches/py3k/Lib/idlelib/configDialog.py	Tue May 26 23:44:57 2009
@@ -1104,7 +1104,6 @@
     def DeactivateCurrentConfig(self):
         #Before a config is saved, some cleanup of current
         #config must be done - remove the previous keybindings
-        print self.parent, type(self.parent)
         winInstances = self.parent.instance_dict.keys()
         for instance in winInstances:
             instance.RemoveKeybindings()


More information about the Python-checkins mailing list