]> Pileus Git - ~andy/gtk/commitdiff
Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2010 12:58:16 +0000 (08:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2010 12:58:16 +0000 (08:58 -0400)
gtk/gtkapplication.c

index 843705fc899a5ecd018a59068e940eaed1e0f539..444bc9b5db88001f42e32c6ca6dc9ab075fa40c1 100644 (file)
@@ -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;