Remove a trace that's causing too much output.

This commit is contained in:
Alexandre Julliard 2005-03-09 16:42:28 +00:00
parent d95a91ff52
commit 6bd194d2fd
1 changed files with 0 additions and 2 deletions

View File

@ -1937,8 +1937,6 @@ static LONG_PTR WIN_GetWindowLong( HWND hwnd, INT offset, WINDOWPROCTYPE type )
LONG_PTR retvalue = 0;
WND *wndPtr;
TRACE( "%p %d %x\n", hwnd, offset, type );
if (offset == GWLP_HWNDPARENT)
{
HWND parent = GetAncestor( hwnd, GA_PARENT );