diff --git a/Command.php b/Command.php index 8193ac9..91f8f2a 100644 --- a/Command.php +++ b/Command.php @@ -177,7 +177,6 @@ class Command extends Component try { $startTime = microtime(true); if (($prepare = $client->prepare($this->sql)) === false) { - var_dump($prepare->errorInfo()); throw new Exception('(' . $prepare->errorInfo()[0] . ')' . $prepare->errorInfo()[2]); }