JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index cb81e37..cb02e38 100644 (file)
@@ -71,7 +71,7 @@ Walker2 = XObject.define(
             
             this.mode = 'BUILDING_SYMBOL_TREE';
             this.parseScope(this.globalScope);
-            print(JSON.stringify(this.globalScope, null,4));
+            
         },