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