Remove processing msg
authorColin Walters <walters@src.gnome.org>
Thu, 13 Nov 2008 20:21:05 +0000 (20:21 +0000)
committerColin Walters <walters@src.gnome.org>
Thu, 13 Nov 2008 20:21:05 +0000 (20:21 +0000)
svn path=/trunk/; revision=915

girepository/gdump.c

index 90ca27c..b26b0e8 100644 (file)
@@ -244,7 +244,6 @@ dump_enum_type (GType type, const char *symbol, GOutputStream *out)
 static void
 dump_type (GType type, const char *symbol, GOutputStream *out)
 {
-  g_printerr ("processing %s\n", g_type_name (type));
   switch (g_type_fundamental (type))
     {
     case G_TYPE_OBJECT: