Update logging of BaseCommandExecutor.php

The $this->quiet thing seems like a mistake.
This commit is contained in:
Justin Dearing 2016-03-16 20:48:55 -04:00
parent 2ddda7711e
commit 79e278913d

View file

@ -77,9 +77,7 @@ abstract class BaseCommandExecutor implements CommandExecutor
$command = call_user_func_array('sprintf', $args);
if ($this->quiet) {
$this->logger->log('Executing: ' . $command);
}
$this->logger->log('Executing: ' . $command);
$status = 0;
$descriptorSpec = array(