fix: remove notification from debug log
This commit is contained in:
parent
ece535aaf7
commit
6cfe0f1369
|
@ -153,7 +153,7 @@ func PushMessages(ns []*Notification) {
|
|||
}
|
||||
|
||||
func pushMessage(notification *Notification) {
|
||||
log.Debug("Pushing a new push notification", "notification", notification)
|
||||
log.Debug("Pushing a new push notification")
|
||||
signal.SendLocalNotifications(notification)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue