From: Guido van Rossum Date: Mon, 11 Jan 1999 14:49:00 +0000 (+0000) Subject: Got rid of debug print statement in goto_line_event(). X-Git-Tag: v1.5.2b2~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b287b3ad1bd8c82e03240cbb466f51a7b9c244a6;p=thirdparty%2FPython%2Fcpython.git Got rid of debug print statement in goto_line_event(). --- diff --git a/Tools/idle/SearchBinding.py b/Tools/idle/SearchBinding.py index c1b2b164e0ef..5943e3baec89 100644 --- a/Tools/idle/SearchBinding.py +++ b/Tools/idle/SearchBinding.py @@ -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:",