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