mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 08:50:09 +00:00
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…
x
Reference in New Issue
Block a user