Remove log message
This commit is contained in:
parent
5187c7ff17
commit
f097238e24
@ -55,7 +55,6 @@ func GetUserByAuth(authToken string, authType Type) *user.User {
|
||||
Type: string(authType),
|
||||
})
|
||||
if err != nil {
|
||||
log.Errorln(err)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user