Remove noisy debug log

This commit is contained in:
Miguel Nogueira 2021-11-05 06:25:31 +00:00 committed by GitHub
parent fce6e92d9d
commit c6a2d2a449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,6 @@ use Mcamara\LaravelLocalization\Facades\LaravelLocalization;
Route::get('/uptime', function () {
Log::debug('Received uptime hit');
return response()->json([
'app' => config('app.name'),
'status' => 'up',