(FIX): Logging will be fully implemented later

For now, I want to implement a DB logger.
This commit is contained in:
Hayden Hargreaves 2026-01-23 10:29:08 -07:00
parent 72c9cb0f96
commit aca3c8b4ee

View File

@ -58,8 +58,6 @@ func (s *AuthService) GetGoogleAuthUrl() string {
oauth2.ApprovalForce, oauth2.ApprovalForce,
) )
logging.LogAll(s.logs, logging.LogLevelDebug, "Generated Google authentication URL: %s", url)
return url return url
} }