JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Tue, 1 Dec 2015 09:15:59 +0000 (17:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 1 Dec 2015 09:15:59 +0000 (17:15 +0800)
JSDOC/Packer.vala

index 1e0f16f..e18884f 100644 (file)
@@ -268,7 +268,7 @@ namespace JSDOC
                            
                        }
                         
-                       print("COMPRESSING ");
+                       print("COMPRESSING\n");
                        //var codeComp = pack(str, 10, 0, 0);
                        if (FileUtils.test (minfile, FileTest.EXISTS)) {
                            FileUtils.remove(minfile);
@@ -379,7 +379,7 @@ namespace JSDOC
                                FileUtils.set_contents(minfile, outf);
                                 
                        } else {
-                               print("%s\n", outf);
+
                
                        return outf;