Kaydet (Commit) b287b3ad authored tarafından Guido van Rossum's avatar Guido van Rossum

Got rid of debug print statement in goto_line_event().

üst d5c8497a
...@@ -84,7 +84,6 @@ class SearchBinding: ...@@ -84,7 +84,6 @@ class SearchBinding:
return "break" return "break"
def goto_line_event(self, event): def goto_line_event(self, event):
print event
text = self.editwin.text text = self.editwin.text
lineno = tkSimpleDialog.askinteger("Goto", lineno = tkSimpleDialog.askinteger("Goto",
"Go to line number:", "Go to line number:",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment