mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +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{
|
nc.logger.WithFields(logrus.Fields{
|
||||||
"account#username": account.NormalizedUsername(),
|
"account#username": account.NormalizedUsername(),
|
||||||
"token": device.APNSToken,
|
"token": device.APNSToken,
|
||||||
"redditUser": account.Username,
|
|
||||||
}).Info("sent notification")
|
}).Info("sent notification")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue