[win32k]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 16 Dec 2010 20:41:25 +0000 (20:41 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 16 Dec 2010 20:41:25 +0000 (20:41 +0000)
-Remove an unneeded debug message

svn path=/trunk/; revision=50043

reactos/subsystems/win32/win32k/ntuser/message.c

index 5dfcd92..5cd37b0 100644 (file)
@@ -910,8 +910,6 @@ UserPostThreadMessage( DWORD idThread,
     LARGE_INTEGER LargeTickCount;
     NTSTATUS Status;
 
-    DPRINT1("UserPostThreadMessage wParam 0x%x  lParam 0x%x\n", wParam,lParam);
-
     if (FindMsgMemory(Msg) != 0)
     {
         SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY );