Commit c4dd43b5bb6802ae27d7d8098af52044d16140e0

Authored by Paulo Henrique Junqueira Amorim
1 parent ee819756

STYLE: Removed print

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
invesalius/data/slice_.py
@@ -116,10 +116,8 @@ class Slice(object): @@ -116,10 +116,8 @@ class Slice(object):
116 116
117 def __set_current_mask_threshold(self, evt_pubsub): 117 def __set_current_mask_threshold(self, evt_pubsub):
118 #FIXME: find a better way to implement this 118 #FIXME: find a better way to implement this
119 - print session.Session().project_status  
120 if (self.num_gradient >= 2) or \ 119 if (self.num_gradient >= 2) or \
121 (session.Session().project_status != const.OPEN_PROJECT): 120 (session.Session().project_status != const.OPEN_PROJECT):
122 - print "ENTROU........................................................"  
123 threshold_range = evt_pubsub.data 121 threshold_range = evt_pubsub.data
124 index = self.current_mask.index 122 index = self.current_mask.index
125 self.SetMaskThreshold(index, threshold_range) 123 self.SetMaskThreshold(index, threshold_range)