projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6952e39
)
Remove debugging printout from gui.panel.commands
author
W. Trevor King
<wking@drexel.edu>
Mon, 2 Aug 2010 13:25:05 +0000
(09:25 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 2 Aug 2010 13:25:05 +0000
(09:25 -0400)
hooke/ui/gui/panel/commands.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/panel/commands.py
b/hooke/ui/gui/panel/commands.py
index 0afd765b22eb82f282af98038799baadadc1f850..5ea8ba5d6d47d82245429695139e2dd0176a2d37 100644
(file)
--- a/
hooke/ui/gui/panel/commands.py
+++ b/
hooke/ui/gui/panel/commands.py
@@
-128,7
+128,6
@@
class Tree (wx.TreeCtrl):
"""Enable tooltips.
\r
"""
\r
hit_id,hit_flags = self.HitTest(event.GetPosition())
\r
- print hit_id
\r
try:
\r
hit_id = self._canonical_id(hit_id)
\r
except KeyError:
\r