Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2008-08-31 19:07:18 (GMT)
committer Daniel Drake <dsd@laptop.org>2008-08-31 19:07:18 (GMT)
commit5ccc3b13a26f23c93342f55fd6b1a6992e164c92 (patch)
treeac108a816c7a3cb17a86e4228b8aec9b4957fa9e /tools.py
parent0a3af3cc2b517e940045b780d84b120918495a70 (diff)
don't print bodies length
this is somtimes True
Diffstat (limited to 'tools.py')
-rw-r--r--tools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools.py b/tools.py
index ac0ee54..888165b 100644
--- a/tools.py
+++ b/tools.py
@@ -286,7 +286,6 @@ class BridgeJointTool(Tool):
bodies = self.game.world.get_bodies_at_pos(event.pos,
include_static=True)
if not bodies or len(bodies) != 2:
- print len(bodies)
return
jointDef = box2d.b2RevoluteJointDef()