Turned off debug output in CVS (we need a better way to do this).

svn path=/trunk/; revision=11854
This commit is contained in:
Art Yerkes 2004-11-28 21:21:11 +00:00
parent baad262a94
commit 6a56469c5a

View file

@ -18,7 +18,7 @@
#ifdef DBG
/* See debug.h for debug/trace constants */
DWORD DebugTraceLevel = /*MIN_TRACE*/DEBUG_ULTRA;
DWORD DebugTraceLevel = MIN_TRACE;
#endif /* DBG */