turned off DEBUG output (thanks to gge for pointing it out).

svn path=/trunk/; revision=14829
This commit is contained in:
Art Yerkes 2005-04-27 19:04:20 +00:00
parent f00d82e494
commit 2e9d113d86

View file

@ -20,8 +20,8 @@
#ifdef DBG
/* See debug.h for debug/trace constants */
DWORD DebugTraceLevel = DEBUG_ULTRA;
//DWORD DebugTraceLevel = 0;
//DWORD DebugTraceLevel = DEBUG_ULTRA;
DWORD DebugTraceLevel = 0;
#endif /* DBG */