Commit 78173f1e47b15bf78bdfbba099c7afaba235270b

Authored by Thiago Franco de Moraes
1 parent 4ad923b7
Exists in master

Removed some debug prints

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -648,8 +648,6 @@ class Viewer(wx.Panel):
648 648 def ShowTextActors(self):
649 649 if self.on_wl and self.wl_text:
650 650 self.canvas.draw_list.append(self.wl_text)
651   - print "Canvas", self.canvas.draw_list
652   - print "text ori", self.orientation_texts
653 651 [self.canvas.draw_list.append(t) for t in self.orientation_texts]
654 652 self.UpdateCanvas()
655 653 self.on_text = True
... ...