From 106ee67ae25419a2258c91b2d6e7a00312a51de0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 8 Apr 2019 19:11:24 +0300 Subject: Jabber: merge of fixes from trunk --- plugins/TabSRMM/src/tabctrl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/TabSRMM/src/tabctrl.cpp') diff --git a/plugins/TabSRMM/src/tabctrl.cpp b/plugins/TabSRMM/src/tabctrl.cpp index b8f2942f17..8d52ffa010 100644 --- a/plugins/TabSRMM/src/tabctrl.cpp +++ b/plugins/TabSRMM/src/tabctrl.cpp @@ -1285,9 +1285,6 @@ static LRESULT CALLBACK TabControlSubclassProc(HWND hwnd, UINT msg, WPARAM wPara break; } -#if defined(__LOGDEBUG_) - _DebugTraceW(L"msg: %hu", msg); -#endif return CallWindowProc(OldTabControlClassProc, hwnd, msg, wParam, lParam); } -- cgit v1.2.3