[gtk+] Remove debug spew



commit cca298ad7d2e5ab80c238cddf84875b5dc8a74d4
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 8 08:58:16 2010 -0400

    Remove debug spew

 gtk/gtkapplication.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 843705f..444bc9b 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -450,9 +450,6 @@ setup_default_window_decorations (void)
       title = g_key_file_get_locale_string (keyfile, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_NAME, NULL, NULL);
       icon_name = g_key_file_get_string (keyfile, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_ICON, NULL);
 
-      g_print ("default title: %s\n", title);
-      g_print ("default icon: %s\n", icon_name);
-
       if (default_title == NULL)
         default_title = title;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]