mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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):
|
||||
#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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue