Remove processing msg

svn path=/trunk/; revision=915
This commit is contained in:
Colin Walters 2008-11-13 20:21:05 +00:00
parent a610d8cbb4
commit fd1fe6c0b6

View 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: