changeset 49:8771d545a493

Remove debugging print
author Neil Muller <neil@dip.sun.ac.za>
date Mon, 23 Aug 2010 11:59:41 +0200
parents 7debf2951a82
children 414910c415a2
files gamelib/hand.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/hand.py	Mon Aug 23 11:49:55 2010 +0200
+++ b/gamelib/hand.py	Mon Aug 23 11:59:41 2010 +0200
@@ -19,7 +19,6 @@
 
     def draw(self, surface):
         """Draw the widget"""
-        print 'drawing widget', self.selected
         ImageButton.draw(self, surface)
         if self.selected:
             rect = surface.get_rect().inflate(-self.sel_width, -self.sel_width)