GitLogParser.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 Jan 2013 06:19:44 +0000 (14:19 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Jan 2013 06:19:44 +0000 (14:19 +0800)
GitLogParser.js

index b843a57..c40c48b 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 {