diff --git a/Command/SqlBuildCommand.php b/Command/SqlBuildCommand.php index 3cf04b8..e809cb1 100644 --- a/Command/SqlBuildCommand.php +++ b/Command/SqlBuildCommand.php @@ -52,10 +52,6 @@ EOT */ protected function execute(InputInterface $input, OutputInterface $output) { - if ($input->getOption('verbose')) { - $this->additionalPhingArgs[] = 'verbose'; - } - $finder = new Finder(); $filesystem = new Filesystem();