remove events

This commit is contained in:
Andre Medeiros 2023-05-12 12:17:43 -04:00
parent 6b67c55ffc
commit 546e4ecd75
No known key found for this signature in database

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")
}