From de564c4d8d7f436d5b34656e72167142709c2a99 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 17 Dec 2015 14:59:49 -0700 Subject: [PATCH] server: remove leftover debug statement Signed-off-by: Jens Axboe --- server.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/server.c b/server.c index ae8643be..1d374fc6 100644 --- a/server.c +++ b/server.c @@ -1702,9 +1702,6 @@ int fio_send_iolog(struct thread_data *td, struct io_log *log, const char *name) struct sk_entry *first; int i, ret = 0; - if (!flist_empty(&log->chunk_list)) - printf("log has chunks\n"); - pdu.nr_samples = cpu_to_le64(log->nr_samples); pdu.thread_number = cpu_to_le32(td->thread_number); pdu.log_type = cpu_to_le32(log->log_type); -- 2.25.1