mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
remove redundant log field
This commit is contained in:
parent
12b67879ee
commit
c17a39b9eb
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue