Commit 348e7275 authored by Ronald Oussoren's avatar Ronald Oussoren

Remove debug statement that leaked into the repository.

parent c1e478b7
...@@ -1104,7 +1104,6 @@ class ConfigDialog(Toplevel): ...@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment