From 6baf725868297ac6f9193c5f6a7e250b654c8103 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 23 Feb 2015 19:23:20 +0100 Subject: [PATCH] Removed debug code --- .../install/files/lib/system/request/RequestHandler.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php index 433f9e26f5..9129c7c69f 100644 --- a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php @@ -237,7 +237,6 @@ class RequestHandler extends SingletonFactory { $this->activeRequest = new Request($classData['className'], $classData['controller'], $classData['pageType']); } catch (SystemException $e) { - die("
".$e->getMessage());
 			throw new IllegalLinkException();
 		}
 	}
-- 
2.20.1