mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Do not print message content in the logs
This commit is contained in:
parent
69c6e93d6f
commit
b627c87d21
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class NotificationService: UNNotificationServiceExtension {
|
|||
}
|
||||
}
|
||||
|
||||
NotificationService.log.message(message: "msg: \(content) \n")
|
||||
NotificationService.log.message(message: "received msg size : \(content.count) \n")
|
||||
return msgData;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue