Remove debugging message, approved by Tim Janik.
authorAnders Carlsson <andersca@gnu.org>
Fri, 5 Jul 2002 07:55:22 +0000 (07:55 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Fri, 5 Jul 2002 07:55:22 +0000 (07:55 +0000)
2002-07-05  Anders Carlsson  <andersca@gnu.org>

* gobject.c (g_object_base_class_finalize): Remove debugging
message, approved by Tim Janik.

gobject/ChangeLog
gobject/gobject.c

index c77e6ab3b379555b4459291387542251db72ba21..d5f63eeb0a44e60c5cbec780c092ee7a630dba91 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-05  Anders Carlsson  <andersca@gnu.org>
+
+       * gobject.c (g_object_base_class_finalize): Remove debugging
+       message, approved by Tim Janik.
+
 2002-06-11  Anders Carlsson  <andersca@gnu.org>
 
        * gtypemodule.c: (g_type_module_complete_interface_info):
index 7edd8f0d3089e8b417c135be20a89c701b6e9f4a..e9c39b92d595cd02585a180d3a76a324251d8eee 100644 (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);