-Remove an unneeded debug message

svn path=/trunk/; revision=50043
This commit is contained in:
Giannis Adamopoulos 2010-12-16 20:41:25 +00:00
parent 5996aeb16b
commit 5a3dff4bd2

View 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 );