From: Alan Knowles Date: Wed, 2 Jan 2013 06:19:44 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f4a82d75b55e812859c59a21dbb0e8c32277ee6e GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index b843a575..c40c48be 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -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 {