From 729ffe8bfe5b6f6db70ba52209704486d696ad5a Mon Sep 17 00:00:00 2001 From: Benaka Moorthi Date: Fri, 27 Sep 2013 08:15:38 -0400 Subject: Remove some dead code. --- core/ExceptionHandler.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/ExceptionHandler.php') diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php index 5fccfe82e2..081e4601a8 100644 --- a/core/ExceptionHandler.php +++ b/core/ExceptionHandler.php @@ -65,10 +65,5 @@ class ExceptionHandler public static function exceptionHandler(Exception $exception) { Log::error($exception); - - // TODO: what about this code? - /*if (FrontController::shouldRethrowException()) { - throw $exception; - }*/ } } \ No newline at end of file -- cgit v1.2.3