Remove log message

This commit is contained in:
Gabe Kangas
2022-05-23 12:27:09 -07:00
parent 5187c7ff17
commit f097238e24

View File

@@ -55,7 +55,6 @@ func GetUserByAuth(authToken string, authType Type) *user.User {
Type: string(authType),
})
if err != nil {
log.Errorln(err)
return nil
}