From c4dd43b5bb6802ae27d7d8098af52044d16140e0 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Thu, 19 Nov 2009 12:21:01 +0000 Subject: [PATCH] STYLE: Removed print --- invesalius/data/slice_.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index c50ef71..d369010 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -116,10 +116,8 @@ class Slice(object): def __set_current_mask_threshold(self, evt_pubsub): #FIXME: find a better way to implement this - print session.Session().project_status if (self.num_gradient >= 2) or \ (session.Session().project_status != const.OPEN_PROJECT): - print "ENTROU........................................................" threshold_range = evt_pubsub.data index = self.current_mask.index self.SetMaskThreshold(index, threshold_range) -- libgit2 0.21.2