Removed log output so that it matches the other plugins which don't pollute the build log, and to prevent issues with the log output not being escaped

This commit is contained in:
Stephen Ball 2015-03-13 13:31:38 +00:00
parent ecc92b5f3e
commit 70f0d2516f

View file

@ -193,7 +193,6 @@ class TechnicalDebt implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
$content = trim($allLines[$lineNumber - 1]);
$errorCount++;
$this->phpci->log("Found $search on line $lineNumber of $file:\n$content");
$fileName = str_replace($this->directory, '', $file);
$data[] = array(