Remove debug code that crept in with the previous "fix"
[privoxy.git] / w32log.c
index 5b4389f..bc795de 100644 (file)
--- a/w32log.c
+++ b/w32log.c
@@ -550,14 +550,6 @@ int LogPutStringNoMatch(const char *pszText, int style)
  *********************************************************************/
 void LogShowActivity(void)
 {
-   int i;
-
-   /* Try to figure out if SetIdleIcon() is thread-safe */
-   for (i = 0; i < 1000; i++)
-   {
-      SetIdleIcon();
-   }
-
    /* Start some activity timers */
    if (g_bShowActivityAnimation)
    {