diff --git a/internal/app/service/auth_service.go b/internal/app/service/auth_service.go index a6f04b7..8ef4455 100644 --- a/internal/app/service/auth_service.go +++ b/internal/app/service/auth_service.go @@ -58,8 +58,6 @@ func (s *AuthService) GetGoogleAuthUrl() string { oauth2.ApprovalForce, ) - logging.LogAll(s.logs, logging.LogLevelDebug, "Generated Google authentication URL: %s", url) - return url }