From c5b475b10654dd06778d386ed2babcb935211160 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 10 Oct 2005 12:20:29 +0200 Subject: [PATCH] [PATCH] blkparse: kill debug statement in rate calculation --- blkparse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/blkparse.c b/blkparse.c index 9cc2053..e439fd1 100644 --- a/blkparse.c +++ b/blkparse.c @@ -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; -- 2.25.1