mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Got rid of debug print statement in goto_line_event().
This commit is contained in:
parent
d5c8497a81
commit
b287b3ad1b
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ class SearchBinding:
|
|||
return "break"
|
||||
|
||||
def goto_line_event(self, event):
|
||||
print event
|
||||
text = self.editwin.text
|
||||
lineno = tkSimpleDialog.askinteger("Goto",
|
||||
"Go to line number:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue