Commit 110802c67cc7287f0c2f47fa1a509d9d64332c00
1 parent
a8c453df
Exists in
master
and in
1 other branch
[Test] Removendo teste.
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
... | ... | @@ -541,11 +541,6 @@ class MdWsSeiProcedimentoRN extends InfraRN |
541 | 541 | 'staAnotacao' => $anotacaoDTO->getStrStaAnotacao() |
542 | 542 | ); |
543 | 543 | } |
544 | - var_dump($procedimentoDTO); | |
545 | - if($procedimentoDTO){ | |
546 | - var_dump($procedimentoDTO->getStrStaEstadoProtocolo()); | |
547 | - } | |
548 | - exit; | |
549 | 544 | if ($procedimentoDTO && $procedimentoDTO->getStrStaEstadoProtocolo() != ProtocoloRN::$TE_PROCEDIMENTO_ANEXADO) { |
550 | 545 | $ret = $this->listarUnidadeAberturaProcedimento($procedimentoDTO); |
551 | 546 | if (!$ret['sucesso']) { | ... | ... |