From 15c304d28c6f3fe6127e4e060ef109e842a79a57 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 20 Jan 2014 12:33:00 +0100 Subject: Remove useless g_print It was added with commit http://git.mate-desktop.org/mate-system-monitor/commit/src/procman.cpp?id=f27253b155db8d3c06bf13801c63bdc282da4157 --- src/procman.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/procman.cpp b/src/procman.cpp index b5fa0e7..d8b466f 100644 --- a/src/procman.cpp +++ b/src/procman.cpp @@ -482,7 +482,6 @@ procman_save_tree_state (GSettings *settings, GtkWidget *tree, const gchar *chil } columns = gtk_tree_view_get_columns (GTK_TREE_VIEW (tree)); - g_print("%i\n", g_list_length(columns)); if(!g_strcmp0(child_schema, "proctree")) { -- cgit v1.2.1