From 4587007e1932b10fcaa87e72fc5cb257f353a56f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 2 Aug 2010 09:25:05 -0400 Subject: [PATCH] Remove debugging printout from gui.panel.commands --- hooke/ui/gui/panel/commands.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.26.2