From f4a82d75b55e812859c59a21dbb0e8c32277ee6e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Jan 2013 14:19:44 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.2