Got rid of debug print statement in goto_line_event().

This commit is contained in:
Guido van Rossum 1999-01-11 14:49:00 +00:00
parent d5c8497a81
commit b287b3ad1b

View file

@ -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:",