From 352cd01192356461c8019e31e1fbeb3e70cc18cc Mon Sep 17 00:00:00 2001 From: Bruno Noronha Date: Fri, 15 Aug 2014 11:02:31 -0300 Subject: [PATCH] removendo error_logs --- src/Cacic/RelatorioBundle/Controller/HardwareController.php | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/src/Cacic/RelatorioBundle/Controller/HardwareController.php b/src/Cacic/RelatorioBundle/Controller/HardwareController.php index 3027a40..33b4d3a 100644 --- a/src/Cacic/RelatorioBundle/Controller/HardwareController.php +++ b/src/Cacic/RelatorioBundle/Controller/HardwareController.php @@ -164,13 +164,9 @@ class HardwareController extends Controller public function csvWMIRelatorioAction( Request $request, $classe ) { $conf = $request->get('conf'); - error_log('Variavel $conf: '.$conf); $rede = $request->get('rede'); - error_log('Variavel $rede: '.$rede); $local = $request->get('locais'); - error_log('Variavel $local: '.$local); $so = $request->get('so'); - error_log('Variavel $so: '.$so); // Adiciona rede à lista de filtros se for fornecido if (!empty($rede)) { -- libgit2 0.21.2