From 78173f1e47b15bf78bdfbba099c7afaba235270b Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 10 Aug 2017 10:59:24 -0300 Subject: [PATCH] Removed some debug prints --- invesalius/data/viewer_slice.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index a44d288..0aa30d4 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -648,8 +648,6 @@ class Viewer(wx.Panel): def ShowTextActors(self): if self.on_wl and self.wl_text: self.canvas.draw_list.append(self.wl_text) - print "Canvas", self.canvas.draw_list - print "text ori", self.orientation_texts [self.canvas.draw_list.append(t) for t in self.orientation_texts] self.UpdateCanvas() self.on_text = True -- libgit2 0.21.2