Commit 209f783aa8008e8daa9aeac3d9dfb9a9c8eeccb6
1 parent
c5923dc1
Exists in
master
and in
1 other branch
[FIX] Removendo vardump.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
@@ -33,8 +33,6 @@ class MdWsSeiProcedimentoRN extends InfraRN { | @@ -33,8 +33,6 @@ class MdWsSeiProcedimentoRN extends InfraRN { | ||
33 | $result['unidades'] = $relProtocoloProtocoloDTOConsulta->getNumTotalRegistros(); | 33 | $result['unidades'] = $relProtocoloProtocoloDTOConsulta->getNumTotalRegistros(); |
34 | } | 34 | } |
35 | 35 | ||
36 | - var_dump(MdWsSeiRest::formataRetornoSucessoREST(null, $result));exit; | ||
37 | - | ||
38 | return MdWsSeiRest::formataRetornoSucessoREST(null, $result); | 36 | return MdWsSeiRest::formataRetornoSucessoREST(null, $result); |
39 | }catch (Exception $e){ | 37 | }catch (Exception $e){ |
40 | return MdWsSeiRest::formataRetornoErroREST($e); | 38 | return MdWsSeiRest::formataRetornoErroREST($e); |