From eefe9aeef39327865fb0fca23e5b4933935cd41b Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Mon, 24 Mar 2003 23:45:47 +0000 Subject: [PATCH] Removed a DbgPrint svn path=/trunk/; revision=4428 --- reactos/lib/user32/windows/defwnd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/user32/windows/defwnd.c b/reactos/lib/user32/windows/defwnd.c index 4f8282746ac..559741ba04f 100644 --- a/reactos/lib/user32/windows/defwnd.c +++ b/reactos/lib/user32/windows/defwnd.c @@ -1,4 +1,4 @@ -/* $Id: defwnd.c,v 1.40 2003/03/20 04:03:13 rcampbell Exp $ +/* $Id: defwnd.c,v 1.41 2003/03/24 23:45:47 rcampbell Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll @@ -989,7 +989,7 @@ User32DefWindowProc(HWND hWnd, } case WM_LBUTTONUP: { - DbgPrint("test\n\n\n\n\n\n"); + break; } case WM_RBUTTONUP: {