MERGING LOGGER INTO DEV #78

Merged
azpect merged 5 commits from feature/logger into dev 2026-01-26 22:44:13 -07:00
Showing only changes of commit aca3c8b4ee - Show all commits

View File

@ -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
}