This was being run every 5 minutes and unnecessarily clogs up
the logs. No other job makes a debug log before starting up.

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2021-11-05 09:27:19 +05:30
коммит произвёл GitHub
родитель 5cca781c62
Коммит 3c3e1cb9e7

Просмотреть файл

@@ -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()))