diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-05-26 21:44:57 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-05-26 21:44:57 (GMT) |
commit | e261ae0d46d610899fd0822ae9277dd6df54fefe (patch) | |
tree | 75774e754bb1212805a83ea34c105f65a73151b4 /Lib/idlelib | |
parent | be7149ee0200ecbad8b268a84140d94e1dba71b1 (diff) | |
download | cpython-e261ae0d46d610899fd0822ae9277dd6df54fefe.zip cpython-e261ae0d46d610899fd0822ae9277dd6df54fefe.tar.gz cpython-e261ae0d46d610899fd0822ae9277dd6df54fefe.tar.bz2 |
Remove debug statement that leaked into the repository.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/configDialog.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 2ce87d7..20ed827 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -1104,7 +1104,6 @@ class ConfigDialog(Toplevel): 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() |