mirror of
https://github.com/mirror/wget.git
synced 2025-01-22 18:21:03 +08:00
[svn] Remove the debugging sledgehammer check.
This commit is contained in:
parent
94ca33d2fb
commit
cd87cd9e09
@ -690,7 +690,7 @@ update_speed_ring (struct bar_progress *bp, long howmuch, double dltime)
|
|||||||
if (++hist->pos == DLSPEED_HISTORY_SIZE)
|
if (++hist->pos == DLSPEED_HISTORY_SIZE)
|
||||||
hist->pos = 0;
|
hist->pos = 0;
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
/* Sledgehammer check to verify that the totals are accurate. */
|
/* Sledgehammer check to verify that the totals are accurate. */
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user