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;