diff --git a/app/status.go b/app/status.go index 9ed25614f3..b9ec12e480 100644 --- a/app/status.go +++ b/app/status.go @@ -394,7 +394,6 @@ func (a *App) IsUserAway(lastActivityAt int64) bool { // UpdateDNDStatusOfUsers is a recurring task which is started when server starts // which unsets dnd status of users if needed and saves and broadcasts it func (a *App) UpdateDNDStatusOfUsers() { - mlog.Debug("UpdateDNDStatusOfUsers: scheduled run started") statuses, err := a.UpdateExpiredDNDStatuses() if err != nil { mlog.Warn("Failed to fetch dnd statues from store", mlog.String("err", err.Error()))