Skip to content

Commit

Permalink
Removed that annoying print "OnSize gradient"
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes committed Feb 27, 2013
1 parent eb736c8 commit 398fed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invesalius/gui/widgets/gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def OnRelease(self, evt):
evt.Skip()

def OnSize(self, evt):
print "OnSize gradient"
self.CalculateControlPositions()
self.Refresh()
evt.Skip()
Expand Down

0 comments on commit 398fed4

Please sign in to comment.