mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-18 19:06:45 +02:00
Revert "Log auth exception to debug iOS logout issue"
This reverts commit 125daebcbc7cd233d424c856ef44bef3e60b0003.
This commit is contained in:
parent
e40e58c0bf
commit
1b8d4b78c5
@ -3,7 +3,6 @@
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
class Handler extends ExceptionHandler
|
||||
{
|
||||
@ -92,8 +91,6 @@ class Handler extends ExceptionHandler
|
||||
'message' => $exception->getMessage()], 407);
|
||||
}
|
||||
else {
|
||||
Log::debug($request->fullUrl());
|
||||
Log::debug($exception->getTraceAsString());
|
||||
return response()->json([
|
||||
'message' => $exception->getMessage()], 401);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user