sync
[gitlive] / File.js
diff --git a/File.js b/File.js
index 9cee924..6f4d03c 100644 (file)
--- a/File.js
+++ b/File.js
@@ -65,7 +65,7 @@ var File = {
     read : function (path) {
         var out = {};
         GLib.file_get_contents(path, out, null, null);
-        print(JSON.stringify(out));
+        
         return out['value'];
     },