1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Remove the debugging sledgehammer check.

This commit is contained in:
hniksic 2003-11-08 09:00:45 -08:00
parent 94ca33d2fb
commit cd87cd9e09

View File

@ -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;