client: remove leftover debug printf()
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Oct 2011 08:11:05 +0000 (10:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Oct 2011 08:11:05 +0000 (10:11 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c

index ef23c3e932c0d91a52a6cfcf64b7d1673af516e9..cb5992a9554083522c307fc51685c41988cfb52b 100644 (file)
--- 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;
 
                                        &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");
        client->fd = -1;
 
        __fio_client_add_cmd_option(client, "fio");