JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 0abc2de..15f24ad 100644 (file)
@@ -229,7 +229,7 @@ ScopeParser.prototype = {
         this.scopes.forEach(function() {
             scopeIndent += '   '; 
         });
-        print(scopeIndent + ">> ENTER SCOPE");
+        //print(scopeIndent + ">> ENTER SCOPE");
         
         
         
@@ -546,7 +546,7 @@ ScopeParser.prototype = {
         this.scopes.forEach(function() {
             scopeIndent += '   '; 
         });
-        print(scopeIndent + ">> ENTER EXPRESSION" + this.expN);
+        //print(scopeIndent + ">> ENTER EXPRESSION" + this.expN);
         while (token = this.ts.lookTok()) {
      
 
@@ -562,7 +562,7 @@ ScopeParser.prototype = {
            */ 
            
            //this.dumpToken(token,  this.scopes, this.braceNesting );
-           print('EXP' + this.expN + ':' + token.toString());
+           //print('EXP' + this.expN + ':' + token.toString());
             
             
             //println("<i>"+token.data+"</i>");