mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 05:13:30 +02:00
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:
committed by
Anders Carlsson
parent
d81ac5339f
commit
cc983e6cd8
@@ -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);
|
||||
|
Reference in New Issue
Block a user