[PATCH] blkparse: kill debug statement in rate calculation
authorJens Axboe <axboe@suse.de>
Mon, 10 Oct 2005 10:20:29 +0000 (12:20 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 10 Oct 2005 10:20:29 +0000 (12:20 +0200)
blkparse.c

index 9cc205347ff594d46d0b086ee86622cbea2e3601..e439fd1efec75cb6244896e73225811d985b055f 100644 (file)
@@ -1246,7 +1246,6 @@ static void show_device_and_cpu_stats(void)
                }
 
                wrate = rrate = 0;
-               fprintf(stderr, "first=%Lu, last=%Lu\n", pdi->first_reported_time, pdi->last_reported_time);
                msec = (pdi->last_reported_time - pdi->first_reported_time) / 1000000;
                if (msec) {
                        rrate = 1000 * total.cread_kb / msec;