From e2895ffe76d85d51362cc8ba570c09f4938bfc80 Mon Sep 17 00:00:00 2001
From: Paul Water
Date: Tue, 2 Feb 2016 18:13:01 +0100
Subject: [PATCH] Removed bogus echo statement.
---
src/Task/LastCommitTimeTask.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Task/LastCommitTimeTask.php b/src/Task/LastCommitTimeTask.php
index 891f568..03fe958 100644
--- a/src/Task/LastCommitTimeTask.php
+++ b/src/Task/LastCommitTimeTask.php
@@ -78,7 +78,6 @@ private function getLastCommitTime()
if ((preg_match('/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} [+\-]\d{4}$/', $line)))
{
$commit_date = strtotime($line);
- echo "$line\n";
}
else if ($line!=='')
{