Commit 6783a56ccf19b10d0baab8cf734506472ab20417

Authored by Starlone Passos
1 parent a5227896

Correcao navegadores

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
rn/MdEstatisticasColetarRN.php
... ... @@ -471,8 +471,6 @@ class MdEstatisticasColetarRN extends InfraRN {
471 471 $rs = BancoSEI::getInstance()->consultarSql($query);
472 472 $lista = array();
473 473 foreach ($rs as $r) {
474   - $r['nome'] =
475   - InfraDebug::getInstance()->gravar('Navegador: ' . json_encode($r) . ' - ' . $r['nome'], InfraLog::$INFORMACAO);
476 474 $result = array(
477 475 'nome' => utf8_encode($r['nome']),
478 476 'quantidade' => $r['quantidade'],
... ...