Remove a trace that's causing too much output.

diff --git a/windows/win.c b/windows/win.c
index 30c8458..301673b 100644
--- a/windows/win.c
+++ b/windows/win.c
@@ -1937,8 +1937,6 @@
     LONG_PTR retvalue = 0;
     WND *wndPtr;
 
-    TRACE( "%p %d %x\n", hwnd, offset, type );
-
     if (offset == GWLP_HWNDPARENT)
     {
         HWND parent = GetAncestor( hwnd, GA_PARENT );