Skip to content

Commit 1b03ae2

Browse files
committed
remove Log::debug() call
1 parent fd3e5fc commit 1b03ae2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Http/Controllers/Admin/Settings/MailController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Exception;
66
use Illuminate\Http\Request;
7-
use Illuminate\Support\Facades\Log;
87
use Illuminate\Support\Facades\Notification;
98
use Illuminate\View\View;
109
use Illuminate\Http\RedirectResponse;
@@ -131,7 +130,6 @@ public function test(Request $request): RedirectResponse
131130
}
132131

133132
try {
134-
Log::debug('Sending test message to ' . $request->user()->email);
135133
Notification::route('mail', $request->user()->email)
136134
->notify(new MailTested($request->user()));
137135
} catch (Exception $exception) {

0 commit comments

Comments
 (0)