From f142ced7641375156739eb956881860704a52e7f Mon Sep 17 00:00:00 2001 From: Marcin Kucharski Date: Mon, 17 Jun 2013 15:36:34 +0200 Subject: [PATCH] Update ModelBuildCommand.php --- Command/ModelBuildCommand.php | 4 ---- 1 file changed, 4 deletions(-) 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(