changeset 98:449a9579ec7a

Remove a debugging print.
author Simon Cross <hodgestar@gmail.com>
date Mon, 04 Apr 2011 19:04:37 +0200
parents a1d95c6152a0
children 086abc674cda
files skaapsteker/physics.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/physics.py	Mon Apr 04 18:45:48 2011 +0200
+++ b/skaapsteker/physics.py	Mon Apr 04 19:04:37 2011 +0200
@@ -62,7 +62,7 @@
         return True # default to relying purefly on collision_layer and collides_with
 
     def collided(self, other):
-        print "Collided:", self, other
+        pass
 
     def bounce(self, other, normal):
         """Alter velocity after a collision.