Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 2, 2012
1 parent 5b46439 commit 58fa683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Pdo/Statement.php
Expand Up @@ -176,7 +176,6 @@ public function prepare($sql = null)

if ($this->resource === false) {
$error = $this->pdo->errorInfo();
var_dump($error);
throw new \Exception($error[2]);
}

Expand Down

0 comments on commit 58fa683

Please sign in to comment.