X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;h=0606100c0cce9417338472e1b0be69c34c8cae03;hp=1367bb483ca68bc1b127b5f38f51bbd76a588c84;hb=a9599c783019894270e45577a4d911364193be50;hpb=b9bca90889e97daabe710d99c81de18610ec367d diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 1367bb4..0606100 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -181,7 +181,7 @@ Scope.prototype = { for (var i in this.identifiers) { all.push(i); } - print("MUNGE: " + all.join(', ')); + //print("MUNGE: " + all.join(', ')); //println("MUNGE: Building FreeSyms:" + this.id+"
"); @@ -210,12 +210,12 @@ Scope.prototype = { if (!this.identifiers[i].toMunge) { - print("SKIP toMunge==false : " + i) + //print("SKIP toMunge==false : " + i) continue; } if (this.isProtectedVar(i)) { - print("SKIP PROTECTED: " + i) + //print("SKIP PROTECTED: " + i) continue; // } @@ -241,7 +241,7 @@ Scope.prototype = { //println([ repsym,mungedValue ]); if (this.mungeM && repsym.length < mungedValue.length) { - print("REPLACE:"+ mungedValue +" with " + repsym ); + //print("REPLACE:"+ mungedValue +" with " + repsym ); mungedValue = repsym; repsym = ''; }