GitLogParser.js
[gitlive] / GitLogParser.js
index b843a57..a781548 100644 (file)
@@ -132,8 +132,8 @@ GitLogParser = {
             throw { error : "TEST"};
         }
         
-        print(ret.cmd);
-        print(ret.title);
+        //print(ret.cmd);
+        //print(ret.title);
         if (typeof(this[ret.cmd])=='string') {
             ret.project = this[ret.cmd]  
         } else {
@@ -223,7 +223,7 @@ for (var h in res) {
     }
     
 }
-print(JSON.stringify(GitLogParser.shours,null,4);
+print(JSON.stringify(GitLogParser.shours,null,4));