From 0013c746afcffb1a06279e2ca71e279625926a69 Mon Sep 17 00:00:00 2001
From: FunkyFr3sh <cc.red.alert.1@googlemail.com>
Date: Thu, 17 Aug 2023 14:30:02 +0200
Subject: [PATCH] disable log

---
 src/wndproc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/wndproc.c b/src/wndproc.c
index 55bf0f1..1e7634d 100644
--- a/src/wndproc.c
+++ b/src/wndproc.c
@@ -481,10 +481,12 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
     {
         WINDOWPOS* pos = (WINDOWPOS*)lParam;
 
+        /*
         dbg_dump_swp_flags(pos->flags);
         TRACE(
             "     hwndInsertAfter=%p, x=%d, y=%d, cx=%d, cy=%d\n",
             pos->hwndInsertAfter, pos->x, pos->y, pos->cx, pos->cy);
+        */
 
         /* workaround for a bug where sometimes a background window steals the focus */
         if (g_mouse_locked)