@@ -186,7 +186,7 @@ abstract class PdoAdapter implements AdapterInterface
*/
public function execute($sql)
{
- echo $sql;
+ // $sql;
return $this->getConnection()->exec($sql);
}