Remove debug print

svn path=/trunk/; revision=971
This commit is contained in:
Colin Walters 2008-11-25 21:48:38 +00:00
parent a573a1c741
commit e8718f0250

View File

@ -334,7 +334,6 @@ register_internal (GIRepository *repository,
else
key = build_typelib_key (namespace, source);
g_printerr ("loaded: %s\n", key);
g_hash_table_insert (repository->priv->typelibs, key, (void *)typelib);
}