Got rid of debug print statement in goto_line_event().
This commit is contained in:
parent
d5c8497a81
commit
b287b3ad1b
@ -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…
x
Reference in New Issue
Block a user