Commit 8149ca6be98702728625fc167dc6af29a53e31f0

Authored by eduardo.batista
1 parent 381b4a0f
Exists in master and in 1 other branch desenv

[Fix] Removendo debug no código.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
rn/MdWsSeiUsuarioRN.php
... ... @@ -236,7 +236,6 @@ class MdWsSeiUsuarioRN extends InfraRN {
236 236 false,
237 237 false
238 238 );
239   - var_dump($ret);exit;
240 239 return MdWsSeiRest::formataRetornoSucessoREST(null, $ret);
241 240 }catch (Exception $e){
242 241 return MdWsSeiRest::formataRetornoErroREST($e);
... ...