remove debug statement v0.4-6
authorRyan Campbell <campbellr@gmail.com>
Sun, 23 May 2010 00:16:05 +0000 (18:16 -0600)
committerRyan Campbell <campbellr@gmail.com>
Sun, 23 May 2010 00:16:05 +0000 (18:16 -0600)
package/src/ui/fremantle/gui.py

index a436e71..ef76e7e 100644 (file)
@@ -476,7 +476,6 @@ class CharacterSheetUI(BaseUI):
 
 
     def update_live_sp(self):
-        print 'tick'
         self.live_sp_val = self.live_sp_val + self.spps * self.UPDATE_INTERVAL
         self.live_sp.set_label("<small><b>Total SP:</b> %s</small>" %
                                 util.comma(int(self.live_sp_val)))