diff --git a/src/DDLWrapper/Db/Adapter/PdoAdapter.php b/src/DDLWrapper/Db/Adapter/PdoAdapter.php index 2d4c1ad..da56092 100644 --- a/src/DDLWrapper/Db/Adapter/PdoAdapter.php +++ b/src/DDLWrapper/Db/Adapter/PdoAdapter.php @@ -186,7 +186,7 @@ abstract class PdoAdapter implements AdapterInterface */ public function execute($sql) { - echo $sql; + // $sql; return $this->getConnection()->exec($sql); }