From 25c67f829687c91966f5efabdc71c71034e791b2 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 7 Oct 2011 10:11:05 +0200 Subject: [PATCH] client: remove leftover debug printf() Signed-off-by: Jens Axboe --- client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.c b/client.c index ef23c3e9..cb5992a9 100644 --- a/client.c +++ b/client.c @@ -150,8 +150,6 @@ int fio_client_add(const char *hostname, void **cookie) &client->addr.sin_addr)) return -1; - printf("%s %d %d\n", client->hostname, client->is_sock, client->port); - client->fd = -1; __fio_client_add_cmd_option(client, "fio"); -- 2.25.1