diff options
author | Guido van Rossum <guido@python.org> | 1999-01-11 14:49:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-11 14:49:00 (GMT) |
commit | b287b3ad1bd8c82e03240cbb466f51a7b9c244a6 (patch) | |
tree | 68165d1cb93eca2e5af8e93ea589c7d88eeee398 /Tools | |
parent | d5c8497a8106cd3e9048902bbfc49c1c6fd2f8db (diff) | |
download | cpython-b287b3ad1bd8c82e03240cbb466f51a7b9c244a6.zip cpython-b287b3ad1bd8c82e03240cbb466f51a7b9c244a6.tar.gz cpython-b287b3ad1bd8c82e03240cbb466f51a7b9c244a6.tar.bz2 |
Got rid of debug print statement in goto_line_event().
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/idle/SearchBinding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/idle/SearchBinding.py b/Tools/idle/SearchBinding.py index c1b2b16..5943e3b 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:", |