Commit fcc3fa2eefa80050ec99f95cee18186320639da6
1 parent
b81b6ec0
Exists in
master
and in
56 other branches
Remove a fool print
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
invesalius/data/viewer_slice.py
... | ... | @@ -1173,7 +1173,6 @@ class Viewer(wx.Panel): |
1173 | 1173 | self.ReloadActualSlice() |
1174 | 1174 | |
1175 | 1175 | elif evt.GetKeyCode() in projections: |
1176 | - print "PROJECTION MANOLO!" | |
1177 | 1176 | self.slice_.SetTypeProjection(projections[evt.GetKeyCode()]) |
1178 | 1177 | Publisher.sendMessage('Set projection type', projections[evt.GetKeyCode()]) |
1179 | 1178 | Publisher.sendMessage('Reload actual slice') | ... | ... |