From: Ronald Oussoren Date: Tue, 26 May 2009 21:44:57 +0000 (+0000) Subject: Remove debug statement that leaked into the repository. X-Git-Tag: v3.1rc1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e261ae0d46d610899fd0822ae9277dd6df54fefe;p=python Remove debug statement that leaked into the repository. --- diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 2ce87d75a0..20ed8278b5 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()