From e261ae0d46d610899fd0822ae9277dd6df54fefe Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Tue, 26 May 2009 21:44:57 +0000 Subject: [PATCH] Remove debug statement that leaked into the repository. --- Lib/idlelib/configDialog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 2ce87d75a0c..20ed8278b53 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()