From fcc3fa2eefa80050ec99f95cee18186320639da6 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Fri, 27 Sep 2013 10:12:28 -0300 Subject: [PATCH] Remove a fool print --- invesalius/data/viewer_slice.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 7daf883..e67bd2c 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1173,7 +1173,6 @@ class Viewer(wx.Panel): self.ReloadActualSlice() elif evt.GetKeyCode() in projections: - print "PROJECTION MANOLO!" self.slice_.SetTypeProjection(projections[evt.GetKeyCode()]) Publisher.sendMessage('Set projection type', projections[evt.GetKeyCode()]) Publisher.sendMessage('Reload actual slice') -- libgit2 0.21.2