From e757aefe5c0c6b0b7841d58b83b272ab24dad844 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 26 Aug 2023 14:49:58 +0300 Subject: let's turn these diagnostic messages off --- plugins/Clist_modern/src/modern_clc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index ce1facd553..fecf90b3c5 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -644,7 +644,7 @@ static LRESULT clcOnTimer(ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, LPAR return corecli.pfnContactListControlWndProc(hwnd, msg, wParam, lParam); case TIMERID_DELAYEDRESORTCLC: - TRACE("Do sort on Timer\n"); + // TRACE("Do sort on Timer\n"); KillTimer(hwnd, TIMERID_DELAYEDRESORTCLC); g_clistApi.pfnSortCLC(hwnd, dat, 1); g_clistApi.pfnInvalidateRect(hwnd, nullptr, FALSE); @@ -1408,7 +1408,7 @@ static LRESULT clcOnIntmIconChanged(ClcData *dat, HWND hwnd, UINT, WPARAM wParam } if (dat->bNeedsResort) { - TRACE("Sort required\n"); + // TRACE("Sort required\n"); clcSetDelayTimer(TIMERID_DELAYEDRESORTCLC, hwnd); } else if (needRepaint) { -- cgit v1.2.3