This commit is contained in:
苏尹岚
2020-11-03 15:21:05 +08:00
parent ddd1fd3924
commit 81143786f3

View File

@@ -294,7 +294,6 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
} else {
err = ErrIllegalAuthType
}
globals.SugarLogger.Debugf("tststst", utils.Format4Output(authInfo, false))
return authInfo, err
}