JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:35:55 +0000 (15:35 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:35:55 +0000 (15:35 +0800)
JSDOC/ScopeParser.js

index fb9103b..d5b0a36 100644 (file)
@@ -475,7 +475,7 @@ ScopeParser.prototype = {
             currentScope = this.scopes[this.scopes.length-1];
             
             //println("<i>"+token.data+"</i>");
-            print ("EXP" + token.toString());
+            !this.debug|| print ("EXP" + token.toString());
             switch (token.type) {
                 case 'PUNC':
                     switch(token.data) {