Commit c4dd43b5bb6802ae27d7d8098af52044d16140e0
1 parent
ee819756
Exists in
master
and in
6 other branches
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 | 116 | |
117 | 117 | def __set_current_mask_threshold(self, evt_pubsub): |
118 | 118 | #FIXME: find a better way to implement this |
119 | - print session.Session().project_status | |
120 | 119 | if (self.num_gradient >= 2) or \ |
121 | 120 | (session.Session().project_status != const.OPEN_PROJECT): |
122 | - print "ENTROU........................................................" | |
123 | 121 | threshold_range = evt_pubsub.data |
124 | 122 | index = self.current_mask.index |
125 | 123 | self.SetMaskThreshold(index, threshold_range) | ... | ... |