]> sjero.net Git - wget/commitdiff
[svn] Remove the debugging sledgehammer check.
authorhniksic <devnull@localhost>
Sat, 8 Nov 2003 17:00:45 +0000 (09:00 -0800)
committerhniksic <devnull@localhost>
Sat, 8 Nov 2003 17:00:45 +0000 (09:00 -0800)
src/progress.c

index 0f2e84d98a550d055989f688221a7c121e0b2b6d..3497bff20dae205b9c26fc71c6de1dacf1a03537 100644 (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;