From c2161618363ae6c9bfdfbde0a4bf4f0865ebe9de Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Fri, 12 May 2023 12:17:43 -0400 Subject: [PATCH] remove events --- internal/worker/notifications.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/internal/worker/notifications.go b/internal/worker/notifications.go index d3e99ec..b48dbcf 100644 --- a/internal/worker/notifications.go +++ b/internal/worker/notifications.go @@ -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") }