Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 16:15:38 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 16:15:38 +0400
commit729ffe8bfe5b6f6db70ba52209704486d696ad5a (patch)
tree72bff1cddbac5ba8bed0cd7e05da9212c5512973 /core/ExceptionHandler.php
parenta7b7f7940f42bf60e73662009fd9ac29201a134b (diff)
Remove some dead code.
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php5
1 files changed, 0 insertions, 5 deletions
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