mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Remove very noisy log entry (#26660)
This commit is contained in:
parent
b0feeb5ec7
commit
087c993bed
1 changed files with 0 additions and 6 deletions
|
|
@ -777,12 +777,6 @@ func (a *App) publishWebsocketEventForPermalinkPost(c request.CTX, post *model.P
|
|||
if val, ok := post.GetProp(model.PostPropsPreviewedPost).(string); ok {
|
||||
previewedPostID = val
|
||||
} else {
|
||||
a.NotificationsLog().Warn("Failed to get permalink post prop",
|
||||
mlog.String("type", model.TypeWebsocket),
|
||||
mlog.String("post_id", post.Id),
|
||||
mlog.String("status", model.StatusServerError),
|
||||
mlog.String("reason", model.ReasonServerError),
|
||||
)
|
||||
return false, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue