mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
Remove log message
This commit is contained in:
parent
5187c7ff17
commit
f097238e24
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue