Explorar o código

Update 'src/DDLWrapper/Db/Adapter/PdoAdapter.php'

ahwelp %!s(int64=7) %!d(string=hai) anos
pai
achega
7ef426bb94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/DDLWrapper/Db/Adapter/PdoAdapter.php

+ 1 - 1
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);
     }