mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove debug statement that leaked into the repository.
This commit is contained in:
parent
be7149ee02
commit
e261ae0d46
1 changed files with 0 additions and 1 deletions
|
@ -1104,7 +1104,6 @@ class ConfigDialog(Toplevel):
|
||||||
def DeactivateCurrentConfig(self):
|
def DeactivateCurrentConfig(self):
|
||||||
#Before a config is saved, some cleanup of current
|
#Before a config is saved, some cleanup of current
|
||||||
#config must be done - remove the previous keybindings
|
#config must be done - remove the previous keybindings
|
||||||
print self.parent, type(self.parent)
|
|
||||||
winInstances = self.parent.instance_dict.keys()
|
winInstances = self.parent.instance_dict.keys()
|
||||||
for instance in winInstances:
|
for instance in winInstances:
|
||||||
instance.RemoveKeybindings()
|
instance.RemoveKeybindings()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue