From fbe7242bca02e923c075adb837fbf981d0f68ee2 Mon Sep 17 00:00:00 2001 From: eduardo.batista Date: Thu, 6 Apr 2017 10:12:49 -0300 Subject: [PATCH] [REFACT] Limpando código desnecessário. --- controlador_ws.php | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/controlador_ws.php b/controlador_ws.php index b75d9d5..3cad0df 100644 --- a/controlador_ws.php +++ b/controlador_ws.php @@ -6,11 +6,6 @@ require_once dirname(__FILE__).'/../../SEI.php'; require_once dirname(__FILE__).'/vendor/autoload.php'; -ini_set('xdebug.var_display_max_depth', 100); -ini_set('xdebug.var_display_max_children', 100); -ini_set('xdebug.var_display_max_data', 2048); -//echo ''; - class TokenValidationMiddleware{ public function __invoke($request, $response, $next) -- libgit2 0.21.2