JSDOC/Symbol.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index e61f74b..55bf159 100644 (file)
@@ -356,7 +356,7 @@ Symbol = XObject.define(
             // @class
             var classes = this.comment.getTag("class");
             if (classes.length) {
-                print(JSON.stringify(this,null,4));
+                //print(JSON.stringify(this,null,4));
                 this.isa = "CONSTRUCTOR";
                 this.classDesc = classes[0].desc; // desc can't apply to the constructor as there is none.
                 if (!this.classDesc) {