From 7055688aed957bfd04a300bdda0eb0a759761a89 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Apr 2016 18:00:02 +0000 Subject: that print isn't very informative... git-svn-id: http://svn.miranda-ng.org/main/trunk@16723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clui.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clui.cpp') diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index f939fbefc2..98a383166a 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -1391,8 +1391,6 @@ static int CLUI_SyncSmoothAnimation(WPARAM, LPARAM) static void CLUI_SmoothAnimationThreadProc(void *param) { - Netlib_Logf(NULL, "SmoothAnimationThreadProc thread end"); - if (mutex_bAnimationInProgress) { do { if (!g_mutex_bLockUpdating) { @@ -1408,7 +1406,6 @@ static void CLUI_SmoothAnimationThreadProc(void *param) } while (mutex_bAnimationInProgress); } - Netlib_Logf(NULL, "SmoothAnimationThreadProc thread end"); g_hSmoothAnimationThread = NULL; } -- cgit v1.2.3