projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c8497
)
Got rid of debug print statement in goto_line_event().
author
Guido van Rossum
<guido@python.org>
Mon, 11 Jan 1999 14:49:00 +0000
(14:49 +0000)
committer
Guido van Rossum
<guido@python.org>
Mon, 11 Jan 1999 14:49:00 +0000
(14:49 +0000)
Tools/idle/SearchBinding.py
patch
|
blob
|
history
diff --git
a/Tools/idle/SearchBinding.py
b/Tools/idle/SearchBinding.py
index c1b2b164e0efe00736bab7eb435747e3fe507af6..5943e3baec895d32cae137b6634ad33a49f88832 100644
(file)
--- 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:",