Commit 3136c273431308b1ed11017b89704850bd4f97d1
1 parent
3698a378
Exists in
master
and in
19 other branches
Remoção de código desnecessário de debug
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
rn/PenAtualizarSeiRN.php
... | ... | @@ -1472,7 +1472,6 @@ class PenAtualizarSeiRN extends PenAtualizadorRN { |
1472 | 1472 | $numMaxId = $rsTabelaTarefa[0]['ultimo']; |
1473 | 1473 | if (!isset($numMaxId) || $numMaxId < 1000){ |
1474 | 1474 | $numMaxId = 1000; |
1475 | - die("BINGO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); | |
1476 | 1475 | } |
1477 | 1476 | |
1478 | 1477 | $fnCadastrar(++$numMaxId, 'PEN_PROCESSO_EXPEDIDO'); | ... | ... |