From 565d0c19a497a0a13d94348a49d21d7366fbaa1e Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 10 Apr 2004 00:54:35 +0000 Subject: [PATCH] - Remove forgotten DbgPrint. svn path=/trunk/; revision=9066 --- reactos/lib/user32/windows/message.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/lib/user32/windows/message.c b/reactos/lib/user32/windows/message.c index 52085ef5378..200c01a5740 100644 --- a/reactos/lib/user32/windows/message.c +++ b/reactos/lib/user32/windows/message.c @@ -1,4 +1,4 @@ -/* $Id: message.c,v 1.37 2004/04/09 20:03:15 navaraf Exp $ +/* $Id: message.c,v 1.38 2004/04/10 00:54:35 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll @@ -477,7 +477,6 @@ CallWindowProcA(WNDPROC lpPrevWndFunc, BOOL IsHandle; WndProcHandle wphData; - DbgPrint("CallWindowProcA(%p,%x,%x,%x,%x)\n",lpPrevWndFunc,hWnd,Msg,wParam,lParam); if (lpPrevWndFunc == NULL) lpPrevWndFunc = (WNDPROC)NtUserGetWindowLong(hWnd, GWL_WNDPROC, FALSE);