diff --git a/Command.php b/Command.php index 2b5161e..9d7fee1 100644 --- a/Command.php +++ b/Command.php @@ -160,7 +160,6 @@ class Command extends Component { $client = $this->connection->getConnection(); try { - $this->connection->println($this->sql, $this->params); if (($prepare = $client->prepare($this->sql)) === false) { throw new Exception('(' . $prepare->errorInfo()[0] . ')' . $prepare->errorInfo()[2]); }