Remove debugging message, approved by Tim Janik.

2002-07-05  Anders Carlsson  <andersca@gnu.org>

	* gobject.c (g_object_base_class_finalize): Remove debugging
	message, approved by Tim Janik.
This commit is contained in:
Anders Carlsson
2002-07-05 07:55:22 +00:00
committed by Anders Carlsson
parent d81ac5339f
commit cc983e6cd8
2 changed files with 5 additions and 2 deletions

View File

@@ -204,8 +204,6 @@ g_object_base_class_finalize (GObjectClass *class)
{
GList *list, *node;
g_message ("finalizing base class of %s", G_OBJECT_CLASS_NAME (class));
_g_signals_destroy (G_OBJECT_CLASS_TYPE (class));
g_slist_free (class->construct_properties);