From: W. Trevor King Date: Mon, 2 Aug 2010 13:25:05 +0000 (-0400) Subject: Remove debugging printout from gui.panel.commands X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4587007e1932b10fcaa87e72fc5cb257f353a56f;p=hooke.git Remove debugging printout from gui.panel.commands --- diff --git a/hooke/ui/gui/panel/commands.py b/hooke/ui/gui/panel/commands.py index 0afd765..5ea8ba5 100644 --- a/hooke/ui/gui/panel/commands.py +++ b/hooke/ui/gui/panel/commands.py @@ -128,7 +128,6 @@ class Tree (wx.TreeCtrl): """Enable tooltips. """ hit_id,hit_flags = self.HitTest(event.GetPosition()) - print hit_id try: hit_id = self._canonical_id(hit_id) except KeyError: