]> sjero.net Git - wget/blobdiff - src/progress.c
[svn] Remove the debugging sledgehammer check.
[wget] / 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;