[gjs] union: Clean up old, broken log statement
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] union: Clean up old, broken log statement
- Date: Fri, 10 Feb 2012 15:23:37 +0000 (UTC)
commit 6e179e9e10f43d61cfc237757a91fe1164239c20
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Feb 8 16:06:31 2012 -0500
union: Clean up old, broken log statement
https://bugzilla.gnome.org/show_bug.cgi?id=669709
gi/union.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gi/union.c b/gi/union.c
index ec02af0..63f1bb0 100644
--- a/gi/union.c
+++ b/gi/union.c
@@ -213,10 +213,6 @@ GJS_NATIVE_CONSTRUCTOR_DECLARE(union)
proto = JS_GetPrototype(context, object);
gjs_debug_lifecycle(GJS_DEBUG_GBOXED, "union instance __proto__ is %p", proto);
- gjs_debug_lifecycle(GJS_DEBUG_GBOXED,
- "union instance constructing proto %d, obj class %s proto class %s",
- is_proto, obj_class->name, proto_class->name);
-
/* If we're the prototype, then post-construct we'll fill in priv->info.
* If we are not the prototype, though, then we'll get ->info from the
* prototype and then create a GObject if we don't have one already.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]