From: Jens Axboe Date: Wed, 7 Mar 2012 15:16:50 +0000 (+0100) Subject: gfio: remove a few debug printfs X-Git-Tag: gfio-0.1~230 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=45dcb2ebd644d96a0c63933393f6bd11d5b64016;hp=38afe8338b4591e63eb650cfedbab7553fe4df7c gfio: remove a few debug printfs Signed-off-by: Jens Axboe --- 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); }