Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Mon, 23 Feb 2015 18:23:20 +0000 (19:23 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 23 Feb 2015 18:23:20 +0000 (19:23 +0100)
wcfsetup/install/files/lib/system/request/RequestHandler.class.php

index 433f9e26f573829de943bd3b2cd822f8e17ebbcc..9129c7c69f840f4f850d2e3ab43ef7ee8e566a06 100644 (file)
@@ -237,7 +237,6 @@ class RequestHandler extends SingletonFactory {
                        $this->activeRequest = new Request($classData['className'], $classData['controller'], $classData['pageType']);
                }
                catch (SystemException $e) {
-                       die("<pre>".$e->getMessage());
                        throw new IllegalLinkException();
                }
        }