diff --git a/Command/ReverseCommand.php b/Command/ReverseCommand.php index 2ec538a..f20bc1a 100644 --- a/Command/ReverseCommand.php +++ b/Command/ReverseCommand.php @@ -51,10 +51,6 @@ EOT */ protected function execute(InputInterface $input, OutputInterface $output) { - if ($input->getOption('verbose')) { - $this->additionalPhingArgs[] = 'verbose'; - } - list($name, $defaultConfig) = $this->getConnection($input, $output); $ret = $this->callPhing('reverse', array(