Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bridge.py
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.py')
-rw-r--r--bridge.py2
1 files changed, 1 insertions, 1 deletions
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: