From: Matthias Clasen Date: Sat, 19 Jul 2008 01:15:12 +0000 (+0000) Subject: Remove debug spew X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=48867a895c446d22caae76bb2fc5cfdea3596bf8;p=dana%2Fcg-glib.git Remove debug spew svn path=/trunk/; revision=7206 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index c48cbc9e..b2760c68 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index 6132a665..88f25bec 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 ();