diff --git a/inc/debug.h b/inc/debug.h index 0786a3b..988a525 100644 --- a/inc/debug.h +++ b/inc/debug.h @@ -30,7 +30,7 @@ extern double g_dbg_frame_time; extern DWORD g_dbg_frame_count; extern LPTOP_LEVEL_EXCEPTION_FILTER g_dbg_exception_filter; -#define _DEBUG 1 +//#define _DEBUG 1 /* use OutputDebugStringA rather than printf */ //#define _DEBUG_S 1