Remove debug code.

This commit is contained in:
bkaradzic 2013-01-23 23:47:33 -08:00
parent 3a7090684a
commit e369e75806

View file

@ -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