Skip to content

Commit

Permalink
Removed some debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes committed Aug 10, 2017
1 parent 4ad923b commit 78173f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions invesalius/data/viewer_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ def HideTextActors(self, change_status=True):
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
Expand Down

0 comments on commit 78173f1

Please sign in to comment.