EPhysics: remove annoying tick dbg msg
authorBruno Dilly <bdilly@profusion.mobi>
Fri, 29 Jun 2012 22:22:43 +0000 (22:22 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Fri, 29 Jun 2012 22:22:43 +0000 (22:22 +0000)
SVN revision: 73065

legacy/ephysics/src/lib/ephysics_world.cpp

index 768befa..0136a07 100644 (file)
@@ -52,8 +52,6 @@ _ephysics_world_tick_cb(btDynamicsWorld *dynamics_world, btScalar timeStep)
 
    world = (EPhysics_World *) dynamics_world->getWorldUserInfo();
 
-   DBG("Tick");
-
    for (int i = 0; i < objects.size(); i++)
      {
         EPhysics_Body *body;