From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 27 May 2012 15:45:05 +0000 (+0000)
Subject: Remove debug code that crept in with the previous "fix"
X-Git-Tag: v_3_0_20~332
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/@proxy-info-url@?a=commitdiff_plain;h=ca434abbf3d5095ce4ab3d1cb802063484d7bef9;p=privoxy.git

Remove debug code that crept in with the previous "fix"

D'oh.
---

diff --git a/w32log.c b/w32log.c
index 5b4389f8..bc795de2 100644
--- 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)
    {