Do not print message content in the logs

This commit is contained in:
QuentinArguillere 2021-05-25 15:45:04 +02:00
parent 69c6e93d6f
commit b627c87d21

View file

@ -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;
}