JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Nov 2011 08:39:29 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Nov 2011 08:39:29 +0000 (16:39 +0800)
JSDOC/ScopeNamer.js

index 29566c5..850cf3f 100644 (file)
@@ -215,7 +215,7 @@ ScopeNamer = XObject.define(
                 // standard flow....
                 if (token.data == '{') { 
                     sn = new ScopeNamer(this);
-                    print("GOT { - walkings statuements;}");
+                    //print("GOT { - walkings statuements;}");
                     if (!token.items) {
                         continue; // object..!?!?!? = ignore ???
                         print(JSON.stringify(token,null,4));
@@ -384,7 +384,7 @@ ScopeNamer = XObject.define(
             
             
             //print("ADD symbol: " + symbol.isa + ' => ' + symbol.alias );
-            print("ADD symbol: " + JSON.stringify( symbol, null, 4));
+            //print("ADD symbol: " + JSON.stringify( symbol, null, 4));
             
             // add it to the file's list... (for dumping later..)
             if (this.srcFile) {