JSDOC/Packer.vala
[gnome.introspection-doc-generator] / 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;