JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:26:54 +0000 (11:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:26:54 +0000 (11:26 +0800)
JSDOC/ScopeNamer.js

index f2587f3..f8d0ba4 100644 (file)
@@ -166,7 +166,7 @@ ScopeNamer = XObject.define(
                     stmt[0].jsdoc &&
                     stmt[0].jsdoc.getTag('ignore').length
                ) {
-                print("got ignore?");
+                //print("got ignore?");
                 return true;
             }
             while (null != (token = this.next())) {