mirror of https://gitee.com/answerdev/answer.git
feat(plugin): remove debug log
This commit is contained in:
parent
40fb10b4d9
commit
824b68c152
|
@ -190,8 +190,6 @@ func (us *UserExternalLoginService) activeUser(ctx context.Context, oldUserInfo
|
|||
}
|
||||
}
|
||||
|
||||
log.Warn(len(externalUserInfo.Avatar), len(schema.FormatAvatarInfo(oldUserInfo.Avatar)))
|
||||
|
||||
// try to update user avatar
|
||||
if len(externalUserInfo.Avatar) > 0 && len(schema.FormatAvatarInfo(oldUserInfo.Avatar)) == 0 {
|
||||
avatarInfo := &schema.AvatarInfo{
|
||||
|
|
Loading…
Reference in New Issue