JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:42:54 +0000 (17:42 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:42:54 +0000 (17:42 +0800)
JSDOC/Packer.vala

index e9eaac2..54e4eca 100644 (file)
@@ -343,8 +343,8 @@ namespace JSDOC
                        
                    }
                    print("Output file: " + this.target);
-                   if (this.debugTarget.length > 0) {
-                                print("Output debug file: " + this.debugTarget);
+                   if (this.targetDebug.length > 0) {
+                                print("Output debug file: " + this.targetDebug);
                         }
                    
                     
@@ -370,9 +370,7 @@ namespace JSDOC
                        tr.sepIdents = true;
                        tr.collapseWhite = false;
                        tr.filename = fn;
-
-                       this.timerPrint("START" + fn);
-               
                        // we can load translation map here...
                
                        var toks = tr.tokenize(new TextStream(str)); // dont merge xxx + . + yyyy etc.