Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e261ae0

Browse files
Remove debug statement that leaked into the repository.
1 parent be7149e commit e261ae0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/idlelib/configDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ def SaveAllChangedConfigs(self):
11041104
def DeactivateCurrentConfig(self):
11051105
#Before a config is saved, some cleanup of current
11061106
#config must be done - remove the previous keybindings
1107-
print self.parent, type(self.parent)
11081107
winInstances = self.parent.instance_dict.keys()
11091108
for instance in winInstances:
11101109
instance.RemoveKeybindings()

0 commit comments

Comments
 (0)