gfio: remove a few debug printfs
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Mar 2012 15:16:50 +0000 (16:16 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Mar 2012 15:16:50 +0000 (16:16 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c

diff --git a/gfio.c b/gfio.c
index fef58294fe924daf65653b54d53a0a97452e3321..b38b4900d34e00c2ab29e9997a4e0482debe5e6c 100644 (file)
--- a/gfio.c
+++ b/gfio.c
@@ -913,10 +913,8 @@ static void gfio_disk_util_op(struct fio_client *client, struct fio_net_cmd *cmd
 
        gdk_threads_enter();
 
-       if (!gc->results_widget) {
-               printf("no results!\n");
+       if (!gc->results_widget)
                goto out;
-       }
 
        if (!gc->disk_util_frame) {
                gc->disk_util_frame = gtk_frame_new("Disk utilization");
@@ -1732,8 +1730,6 @@ static void preferences(GtkWidget *w, gpointer data)
        }
 
        gfio_graph_font = strdup(gtk_font_button_get_font_name(GTK_FONT_BUTTON(font)));
-       printf("got font %s\n", gfio_graph_font);
-
        gtk_widget_destroy(dialog);
 }