remove redundant log field

This commit is contained in:
Andre Medeiros 2021-08-14 13:53:11 -04:00
parent 12b67879ee
commit c17a39b9eb

View file

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