diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-20 12:33:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-20 12:33:00 +0100 |
commit | 15c304d28c6f3fe6127e4e060ef109e842a79a57 (patch) | |
tree | ad337a7b52d17fbdef49cebd44f7371693806edc /src | |
parent | 58747780ffbc1df372a1c113e8a6e412e1f8f0a9 (diff) | |
download | mate-system-monitor-15c304d28c6f3fe6127e4e060ef109e842a79a57.tar.bz2 mate-system-monitor-15c304d28c6f3fe6127e4e060ef109e842a79a57.tar.xz |
Remove useless g_print
It was added with commit http://git.mate-desktop.org/mate-system-monitor/commit/src/procman.cpp?id=f27253b155db8d3c06bf13801c63bdc282da4157
Diffstat (limited to 'src')
-rw-r--r-- | src/procman.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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")) { |