Removed unused logging

This commit is contained in:
2025-09-22 13:38:33 +03:30
parent ec423700fc
commit 1a2baa2c6a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func (g *GiteaOAuth2Handler) GetGiteaUserEmailByCode(code string) (string, error
}
userInfoUrl := g.cfg.GiteaOauthInstance + "/login/oauth/userinfo"
g.logger.Info(userInfoUrl)
req, err := http.NewRequest("POST", userInfoUrl, nil)
if err != nil {
return "", err