Author: fireball Date: Sun Oct 7 23:12:05 2007 New Revision: 29442
URL: http://svn.reactos.org/svn/reactos?rev=29442&view=rev Log: - Remove excessive debug output.
Modified: branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/desktop.c branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/misc.c branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/window.c
Modified: branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/desktop.c URL: http://svn.reactos.org/svn/reactos/branches/win32k-stable/reactos/subsystems... ============================================================================== --- branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/desktop.c (original) +++ branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/desktop.c Sun Oct 7 23:12:05 2007 @@ -31,7 +31,7 @@
#include <w32k.h>
-//#define NDEBUG +#define NDEBUG #include <debug.h>
static @@ -725,7 +725,7 @@
if (!Desktop) { - DPRINT1("IntShellHookNotify: No desktop!\n"); + DPRINT("IntShellHookNotify: No desktop!\n"); return; }
Modified: branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/misc.c URL: http://svn.reactos.org/svn/reactos/branches/win32k-stable/reactos/subsystems... ============================================================================== --- branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/misc.c (original) +++ branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/misc.c Sun Oct 7 23:12:05 2007 @@ -11,8 +11,8 @@
#include <w32k.h>
-//#define NDEBUG -#undef NDEBUG +#define NDEBUG +//#undef NDEBUG #include <debug.h>
/* registered Logon process */
Modified: branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/window.c URL: http://svn.reactos.org/svn/reactos/branches/win32k-stable/reactos/subsystems... ============================================================================== --- branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/window.c (original) +++ branches/win32k-stable/reactos/subsystems/win32/win32k/ntuser/window.c Sun Oct 7 23:12:05 2007 @@ -2537,7 +2537,6 @@
if (Wnd->hSelf == IntGetDesktopWindow()) { - DPRINT1("Wnd->hSelf = %p, returning NULL\n", Wnd->hSelf); return NULL; }