From: Jens Axboe Date: Thu, 17 Dec 2015 21:59:49 +0000 (-0700) Subject: server: remove leftover debug statement X-Git-Tag: fio-2.3~16 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=de564c4d8d7f436d5b34656e72167142709c2a99 server: remove leftover debug statement Signed-off-by: Jens Axboe --- 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);