From cd87cd9e091fa02b156f9419778b82b0f8a3fd3f Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 8 Nov 2003 09:00:45 -0800 Subject: [PATCH] [svn] Remove the debugging sledgehammer check. --- src/progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2