Skip to content

Commit ed8fbe2

Browse files
committed
Remove Extra Logging
1 parent 19a275b commit ed8fbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Auth/LoginController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function redirectToProvider($provider): RedirectResponse
5959
public function handleProviderCallback($provider): RedirectResponse
6060
{
6161
$allowed_providers = ['twitter', 'github', 'google', 'facebook'];
62-
Log::info('coucou');
62+
6363
if (in_array($provider, $allowed_providers)) {
6464
$socialUser = Socialite::driver($provider)->user();
6565

0 commit comments

Comments
 (0)