Commit 774a6a5f940b32b32027b07e019c43a86ca16560

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

[Test] Removendo teste.

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
rn/MdWsSeiProcedimentoRN.php
... ... @@ -542,14 +542,10 @@ class MdWsSeiProcedimentoRN extends InfraRN
542 542 );
543 543 }
544 544 if ($procedimentoDTO && $procedimentoDTO->getStrStaEstadoProtocolo() != ProtocoloRN::$TE_PROCEDIMENTO_ANEXADO) {
545   - echo 111;
546 545 $ret = $this->listarUnidadeAberturaProcedimento($procedimentoDTO);
547 546 if (!$ret['sucesso']) {
548   - var_dump("Erro...");
549   - var_dump($ret);exit;
550 547 throw new Exception($ret['mensagem']);
551 548 }
552   - var_dump($ret);exit;
553 549 $arrDadosAbertura = $ret['data'];
554 550 }
555 551  
... ...