Remove log message

This commit is contained in:
Gabe Kangas 2022-05-23 12:27:09 -07:00
parent 5187c7ff17
commit f097238e24
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -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
} }