forgot to turn off physics debug messages when I committed

SVN revision: 73396
This commit is contained in:
Mike Blumenkrantz 2012-07-06 06:57:39 +00:00
parent 402cbbdf02
commit bec893f820
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static Eina_Hash *borders = NULL;
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#undef DBG #undef DBG
#if 1 #if 0
#define DBG(f, x ...) printf(f, ##x) #define DBG(f, x ...) printf(f, ##x)
#else #else
#define DBG(f, x ...) #define DBG(f, x ...)