From: hniksic Date: Sat, 8 Nov 2003 17:00:45 +0000 (-0800) Subject: [svn] Remove the debugging sledgehammer check. X-Git-Tag: v1.13~1443 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=cd87cd9e091fa02b156f9419778b82b0f8a3fd3f [svn] Remove the debugging sledgehammer check. --- diff --git a/src/progress.c b/src/progress.c index 0f2e84d9..3497bff2 100644 --- a/src/progress.c +++ b/src/progress.c @@ -690,7 +690,7 @@ update_speed_ring (struct bar_progress *bp, long howmuch, double dltime) if (++hist->pos == DLSPEED_HISTORY_SIZE) hist->pos = 0; -#if 1 +#if 0 /* Sledgehammer check to verify that the totals are accurate. */ { int i;