Skip to content

Commit

Permalink
Remove very noisy log entry (#26660) (#26713)
Browse files Browse the repository at this point in the history
(cherry picked from commit 087c993)

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
  • Loading branch information
mattermost-build and devinbinnie committed Apr 8, 2024
1 parent 1699674 commit 20e0f69
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/channels/app/post.go
Expand Up @@ -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
}

Expand Down

0 comments on commit 20e0f69

Please sign in to comment.