Got rid of debug print statement in goto_line_event().
authorGuido van Rossum <guido@python.org>
Mon, 11 Jan 1999 14:49:00 +0000 (14:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 11 Jan 1999 14:49:00 +0000 (14:49 +0000)
Tools/idle/SearchBinding.py

index c1b2b164e0efe00736bab7eb435747e3fe507af6..5943e3baec895d32cae137b6634ad33a49f88832 100644 (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:",