(FIX): Logging will be fully implemented later
For now, I want to implement a DB logger.
This commit is contained in:
parent
72c9cb0f96
commit
aca3c8b4ee
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user