summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-26 14:49:58 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-26 14:49:58 +0300
commite757aefe5c0c6b0b7841d58b83b272ab24dad844 (patch)
treebb4cb9ce7579c1e53dc78be5903627fe9b6bc96b
parentd8350c0bd6e96e78894023439df749037546e7de (diff)
let's turn these diagnostic messages off
-rw-r--r--plugins/Clist_modern/src/modern_clc.cpp4
1 files 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) {