Skip to content

Commit

Permalink
Remove debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede (Bitban) authored and Fede (Bitban) committed Aug 2, 2016
1 parent 22fbc1d commit 788fb6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Validators/PhpCodeStyleValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ protected function check($file)
if (!$process->isSuccessful()) {
$this->output->writeln(sprintf('<error>%s</error>', trim($process->getErrorOutput())));
$processOutput = $process->getOutput();
print_r("$binPath/phpcs --standard=$this->ruleset $file");
print_r($processOutput);
if (preg_match('/\bERROR\b/', $processOutput)) {
$exception = new ErrorException(sprintf(Constants::ERROR_MESSAGE_WRAPPER, $processOutput));
} else {
Expand Down

0 comments on commit 788fb6f

Please sign in to comment.