From e6b96875cae8ef8ba51e678ee6e4d4ba0a1793b5 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 5 Jan 2022 13:43:40 +0000 Subject: [PATCH] Remove code commented out a year ago --- www/_include.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/_include.php b/www/_include.php index c23afbf72..fab854a12 100644 --- a/www/_include.php +++ b/www/_include.php @@ -3,9 +3,6 @@ // initialize the autoloader require_once(dirname(dirname(__FILE__)) . '/lib/_autoload.php'); -// enable assertion handler for all pages -//\SimpleSAML\Error\Assertion::installHandler(); - // show error page on unhandled exceptions function SimpleSAML_exception_handler($exception) { -- GitLab