diff --git a/gdump.c b/gdump.c index 90ca27c51..b26b0e854 100644 --- a/gdump.c +++ b/gdump.c @@ -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: