diff --git a/Command/SqlInsertCommand.php b/Command/SqlInsertCommand.php index f945a81..cdee5d3 100644 --- a/Command/SqlInsertCommand.php +++ b/Command/SqlInsertCommand.php @@ -56,10 +56,6 @@ EOT require_once $this->getContainer()->getParameter('propel.path') . '/generator/lib/util/PropelSqlManager.php'; if ($input->getOption('force')) { - if ($input->getOption('verbose')) { - $this->additionalPhingArgs[] = 'verbose'; - } - $connections = $this->getConnections(); $sqlDir = $this->getSqlDir();