From c17a39b9ebfc783a70981068ecd7f233f349604d Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 14 Aug 2021 13:53:11 -0400 Subject: [PATCH] remove redundant log field --- internal/worker/notifications.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/worker/notifications.go b/internal/worker/notifications.go index d7d8bb4..8ac180f 100644 --- a/internal/worker/notifications.go +++ b/internal/worker/notifications.go @@ -333,7 +333,6 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) { nc.logger.WithFields(logrus.Fields{ "account#username": account.NormalizedUsername(), "token": device.APNSToken, - "redditUser": account.Username, }).Info("sent notification") } }