Commit 352cd01192356461c8019e31e1fbeb3e70cc18cc
1 parent
91e7dd73
Exists in
master
and in
1 other branch
removendo error_logs
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
src/Cacic/RelatorioBundle/Controller/HardwareController.php
| ... | ... | @@ -164,13 +164,9 @@ class HardwareController extends Controller |
| 164 | 164 | public function csvWMIRelatorioAction( Request $request, $classe ) |
| 165 | 165 | { |
| 166 | 166 | $conf = $request->get('conf'); |
| 167 | - error_log('Variavel $conf: '.$conf); | |
| 168 | 167 | $rede = $request->get('rede'); |
| 169 | - error_log('Variavel $rede: '.$rede); | |
| 170 | 168 | $local = $request->get('locais'); |
| 171 | - error_log('Variavel $local: '.$local); | |
| 172 | 169 | $so = $request->get('so'); |
| 173 | - error_log('Variavel $so: '.$so); | |
| 174 | 170 | |
| 175 | 171 | // Adiciona rede à lista de filtros se for fornecido |
| 176 | 172 | if (!empty($rede)) { | ... | ... |