glib r7206 - trunk/gio



Author: matthiasc
Date: Sat Jul 19 01:15:12 2008
New Revision: 7206
URL: http://svn.gnome.org/viewvc/glib?rev=7206&view=rev

Log:
Remove debug spew


Modified:
   trunk/gio/ChangeLog
   trunk/gio/gcontenttype.c

Modified: trunk/gio/gcontenttype.c
==============================================================================
--- trunk/gio/gcontenttype.c	(original)
+++ trunk/gio/gcontenttype.c	Sat Jul 19 01:15:12 2008
@@ -1277,14 +1277,12 @@
 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 @@
   const gchar * const * dirs;
   int i;
 
-  g_print ("tree_magic_init\n");
   if (!initialized) 
     {
       initialized = TRUE;
@@ -1313,7 +1310,6 @@
 
       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 ();



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