stat: remove debug statement
authorJens Axboe <axboe@fb.com>
Fri, 6 May 2016 17:19:55 +0000 (11:19 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 6 May 2016 17:19:55 +0000 (11:19 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
stat.c

diff --git a/stat.c b/stat.c
index 8c41914446ce610f4dcfb6d67ae4535ebf6255c0..7db41376913170fec8faeefd7bc457f2bad8228a 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -2246,7 +2246,6 @@ static int add_iops_samples(struct thread_data *td, struct timeval *t)
        if (spent <= td->o.iops_avg_time)
                return td->o.iops_avg_time;
 
-       printf("%lu over\n", spent - td->o.iops_avg_time);
        return td->o.iops_avg_time - (1 + spent - td->o.iops_avg_time);
 }