중복 로그 제거

This commit is contained in:
2023-06-30 18:01:34 +09:00
parent ed85918e7f
commit 5abb3fd2b7

View File

@ -607,8 +607,6 @@ func (sh *serviceDescription) authorize(w http.ResponseWriter, r *http.Request)
return
}
logger.Println("auth success :", authtype, uid, email, session)
newType, newId, err := sh.getProviderInfo(authtype, uid)
if err != nil {
logger.Error("getProviderInfo failed :", err)