mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Code cleanup.
This commit is contained in:
@@ -98,8 +98,6 @@ class Handler extends ExceptionHandler
|
||||
|
||||
return $handler->render($request, $exception);
|
||||
}
|
||||
|
||||
|
||||
if ($exception instanceof FireflyException || $exception instanceof ErrorException || $exception instanceof OAuthServerException) {
|
||||
$isDebug = config('app.debug');
|
||||
|
||||
|
Reference in New Issue
Block a user