remove events

This commit is contained in:
Andre Medeiros 2023-05-12 12:17:43 -04:00
parent 65fc7a5298
commit c216161836
1 changed files with 4 additions and 2 deletions

View File

@ -341,8 +341,10 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) {
}
}
ev := fmt.Sprintf("Sent notification to /u/%s (x%d)", account.Username, msgs.Count)
_ = nc.statsd.SimpleEvent(ev, "")
/*
ev := fmt.Sprintf("Sent notification to /u/%s (x%d)", account.Username, msgs.Count)
_ = nc.statsd.SimpleEvent(ev, "")
*/
logger.Debug("finishing job")
}