diff --git a/assets/php/config.php b/assets/php/config.php index 59b58a8..2d8ef8e 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -44,9 +44,4 @@ * @see http://php.net/manual/en/language.types.callable.php */ register_shutdown_function(array($app, 'shutdown')); - - //DepuraciĆ³n (BORRAR): - //ini_set('display_errors', 1); - //ini_set('display_startup_errors', 1); - //error_reporting(E_ALL); ?>