Commit 4014a30823cff9c058c09a6e100bf86d9802dbd4
1 parent
fbdb35a1
Exists in
master
and in
68 other branches
ENC: Removed unnecessary print
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
invesalius/data/viewer_slice.py
invesalius/gui/task_slice.py
| ... | ... | @@ -490,7 +490,6 @@ class EditionTools(wx.Panel): |
| 490 | 490 | # FIXME: Using wx.EVT_SPINCTRL in MacOS it doesnt capture changes only |
| 491 | 491 | # in the text ctrl - so we are capturing only changes on text |
| 492 | 492 | # Strangelly this is being called twice |
| 493 | - print "TODO: Send Signal - Change brush size to %s" %self.spin.GetValue() | |
| 494 | 493 | ps.Publisher().sendMessage('Set edition brush size',self.spin.GetValue()) |
| 495 | 494 | |
| 496 | 495 | def OnComboBrushOp(self, evt): | ... | ... |