From b58fd82fc7c5b6aad5115f2ac4735a3e8d5671f9 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Wed, 24 Oct 2012 01:01:21 +0000 Subject: Remove some unnecessary debugging output. --- diff --git a/bridge.py b/bridge.py index 63d793d..bca7527 100644 --- a/bridge.py +++ b/bridge.py @@ -74,7 +74,7 @@ class Bridge: pygame.draw.circle(self.screen, (int(force/2), 255-int(force/2),0), coord, 4) except AttributeError: - print "*** hit an AttributeError", j + pass pos = self.first_train.GetPosition() if pos.x > 14.0: if not self.level_completed: -- cgit v0.9.1