From b4252ee62c438e2810c45017f02d901260804187 Mon Sep 17 00:00:00 2001 From: Marcin Kucharski Date: Mon, 17 Jun 2013 16:36:56 +0300 Subject: [PATCH] Update SqlBuildCommand.php --- Command/SqlBuildCommand.php | 4 ---- 1 file changed, 4 deletions(-) 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();