Skip to content

Commit

Permalink
remove events
Browse files Browse the repository at this point in the history
  • Loading branch information
andremedeiros committed May 12, 2023
1 parent 65fc7a5 commit c216161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/worker/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit c216161

Please sign in to comment.