From c4add3381c3f54dad1efc36cb4f21bdb8d988cd7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 31 Jul 2013 14:30:38 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GitLogParser.js b/GitLogParser.js index c983908c..aa3fd8ad 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -20,9 +20,7 @@ GitLogParser = { } - print(File); - print(File.read); - print(File.read(filename)); + var flines = File.read( filename ).split("\n"); //print("loaded"); // first just convert them.. -- 2.39.2