Explorar el Código

removed debug

develop
Robin Thoni hace 8 años
padre
commit
ea9451ce69
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/Utils/DataAccess/PgSqlDataAccess.php

+ 0
- 1
src/Utils/DataAccess/PgSqlDataAccess.php Ver fichero

@@ -243,7 +243,6 @@ ORDER BY parameters.ordinal_position;");
243 243
         if ($spQuery->execute(array("sp_name" => $sp_name)))
244 244
         {
245 245
             $sp_ = $spQuery->fetchAll();
246
-            var_dump($sp_);
247 246
             $sps = array("in" => array(), "out" => array());
248 247
             foreach ($sp_ as $p)
249 248
                 $sps[strtolower($p["parameter_mode"])][] = $p;

Loading…
Cancelar
Guardar