diff --git a/Command/ModelBuildCommand.php b/Command/ModelBuildCommand.php index 09550ef..c7bee3b 100644 --- a/Command/ModelBuildCommand.php +++ b/Command/ModelBuildCommand.php @@ -50,10 +50,6 @@ EOT */ protected function execute(InputInterface $input, OutputInterface $output) { - if ($input->getOption('verbose')) { - $this->additionalPhingArgs[] = 'verbose'; - } - if (true === $this->callPhing('om')) { foreach ($this->tempSchemas as $schemaFile => $schemaDetails) { $output->writeln(sprintf(