src/proto2/Physics.cc
changeset 158 0215ace86018
parent 157 8afdd8c449f9
child 159 109c7612ae2d
--- a/src/proto2/Physics.cc	Mon Dec 01 12:14:39 2008 +0000
+++ b/src/proto2/Physics.cc	Mon Dec 01 15:33:49 2008 +0000
@@ -246,7 +246,7 @@
         //TODO: it shouldn't just stop on collision
     }
     this->position = newPosition;
-    Engine::log(DEBUG, "PhysicsObject.updatePosition") << "Pos: " << this->position;
+//    Engine::log(DEBUG, "PhysicsObject.updatePosition") << "Pos: " << this->position;
 }
 
 /**