From 48867a895c446d22caae76bb2fc5cfdea3596bf8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Jul 2008 01:15:12 +0000 Subject: [PATCH] Remove debug spew svn path=/trunk/; revision=7206 --- gio/ChangeLog | 4 ++++ gio/gcontenttype.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index c48cbc9..b2760c6 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,9 @@ 2008-07-18 Matthias Clasen + * gcontenttype.c: Remove debug spew + +2008-07-18 Matthias Clasen + Bug 543560 – enable gio-FEN back-end warnings on Solaris will crash any applications diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index 6132a66..88f25be 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -1277,14 +1277,12 @@ read_tree_magic_from_directory (const gchar *prefix) static void xdg_mime_reload (void *user_data) { - g_print ("need_reload = TRUE\n"); need_reload = TRUE; } static void tree_magic_shutdown (void) { - g_print ("tree_magic_shutdown\n"); g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL); g_list_free (tree_matches); tree_matches = NULL; @@ -1298,7 +1296,6 @@ tree_magic_init (void) const gchar * const * dirs; int i; - g_print ("tree_magic_init\n"); if (!initialized) { initialized = TRUE; @@ -1313,7 +1310,6 @@ tree_magic_init (void) tree_magic_shutdown (); - g_print ("reloading\n"); dir = g_get_user_data_dir (); read_tree_magic_from_directory (dir); dirs = g_get_system_data_dirs (); -- 2.7.4