From bec893f82040237aa98c648e127ecc7ef0551a3c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 6 Jul 2012 06:57:39 +0000 Subject: [PATCH] forgot to turn off physics debug messages when I committed SVN revision: 73396 --- src/modules/physics/e_mod_physics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/physics/e_mod_physics.c b/src/modules/physics/e_mod_physics.c index 279003542..b9c2dc957 100644 --- a/src/modules/physics/e_mod_physics.c +++ b/src/modules/physics/e_mod_physics.c @@ -51,7 +51,7 @@ static Eina_Hash *borders = NULL; ////////////////////////////////////////////////////////////////////////// #undef DBG -#if 1 +#if 0 #define DBG(f, x ...) printf(f, ##x) #else #define DBG(f, x ...)