Do not log eventId

This commit is contained in:
Benoit Marty 2021-09-17 18:21:41 +02:00 committed by Benoit Marty
parent 05aff3314d
commit 1cd6ec4448
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class VectorFirebaseMessagingService : FirebaseMessagingService() {
if (BuildConfig.LOW_PRIVACY_LOG_ENABLE) {
Timber.d("## onMessageReceivedInternal() : $data")
} else {
Timber.d("## onMessageReceivedInternal() : $data")
Timber.d("## onMessageReceivedInternal()")
}
// update the badge counter