mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Remove the debugging sledgehammer check.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user