From 45dcb2ebd644d96a0c63933393f6bd11d5b64016 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 7 Mar 2012 16:16:50 +0100 Subject: [PATCH 1/1] gfio: remove a few debug printfs Signed-off-by: Jens Axboe --- gfio.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gfio.c b/gfio.c index fef58294..b38b4900 100644 --- 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); } -- 2.25.1