[gjs] object: Remove non-working debug message



commit 027ab98d576b45ec2acbca3b47df3ba5908e9b66
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Nov 6 01:10:04 2011 -0400

    object: Remove non-working debug message
    
    object_priv and class_priv are non-existant. We probably just haven't noticed
    because gjs_debug_lifecycle has been a no-op for a while
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663490

 gi/object.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gi/object.c b/gi/object.c
index 90993a3..7650c5f 100644
--- a/gi/object.c
+++ b/gi/object.c
@@ -620,10 +620,6 @@ init_object_private (JSContext *context,
     proto = JS_GetPrototype(context, object);
     gjs_debug_lifecycle(GJS_DEBUG_GOBJECT, "obj instance __proto__ is %p", proto);
 
-    gjs_debug_lifecycle(GJS_DEBUG_GOBJECT,
-                        "obj instance constructing, obj class %s proto class %s",
-                        obj_class->name, proto_class->name);
-
     proto_priv = priv_from_js(context, proto);
     if (proto_priv == NULL) {
         gjs_debug(GJS_DEBUG_GOBJECT,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]