Commit 6bd194d2 authored by Alexandre Julliard's avatar Alexandre Julliard

Remove a trace that's causing too much output.

parent d95a91ff
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment