Commit 809acc04683274c6c959bbf2292b4a6a8b1e36fc
1 parent
435c7877
Exists in
feature-50
Revertida alterações para exibição de debug (Arquivo foi comitado por engano)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
rn/ProcessarPendenciasRN.php
... | ... | @@ -33,9 +33,9 @@ class ProcessarPendenciasRN extends InfraAgendamentoTarefa |
33 | 33 | ini_set('max_execution_time','0'); |
34 | 34 | ini_set('memory_limit','-1'); |
35 | 35 | |
36 | - InfraDebug::getInstance()->setBolLigado(true); | |
36 | + InfraDebug::getInstance()->setBolLigado(false); | |
37 | 37 | InfraDebug::getInstance()->setBolDebugInfra(false); |
38 | - InfraDebug::getInstance()->setBolEcho(true); | |
38 | + InfraDebug::getInstance()->setBolEcho(false); | |
39 | 39 | InfraDebug::getInstance()->limpar(); |
40 | 40 | |
41 | 41 | PENIntegracao::validarCompatibilidadeModulo(); | ... | ... |