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),
|
Type: string(authType),
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorln(err)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user