From e369e75806f874bc2deaa9a79e0c5ed10987e3c3 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Wed, 23 Jan 2013 23:47:33 -0800 Subject: [PATCH] Remove debug code. --- src/bgfx_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bgfx_p.h b/src/bgfx_p.h index df98727d..a530754b 100755 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -18,7 +18,7 @@ extern void dbgPrintf(const char* _format, ...); extern void dbgPrintfData(const void* _data, uint32_t _size, const char* _format, ...); #ifndef BGFX_CONFIG_DEBUG -# define BGFX_CONFIG_DEBUG 1 +# define BGFX_CONFIG_DEBUG 0 #endif // BGFX_CONFIG_DEBUG #if BGFX_CONFIG_DEBUG