Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit c216161

Browse files
committed
remove events
1 parent 65fc7a5 commit c216161

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

internal/worker/notifications.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,10 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) {
341341
}
342342
}
343343

344-
ev := fmt.Sprintf("Sent notification to /u/%s (x%d)", account.Username, msgs.Count)
345-
_ = nc.statsd.SimpleEvent(ev, "")
344+
/*
345+
ev := fmt.Sprintf("Sent notification to /u/%s (x%d)", account.Username, msgs.Count)
346+
_ = nc.statsd.SimpleEvent(ev, "")
347+
*/
346348

347349
logger.Debug("finishing job")
348350
}

0 commit comments

Comments
 (0)