Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy committed Jan 18, 2024
1 parent 9e7ed52 commit b2609af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/idlelib/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ def __init__(self, master, title, dict_=None): # XXX dict_ never passed.
dict = -1 # Needed for self.dict below.

def load_dict(self, dict_, force=0, rpc_client=None):
print(self.dict, dict_)
if dict_ is self.dict and not force:
return
subframe = self.subframe
Expand Down

0 comments on commit b2609af

Please sign in to comment.