mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Do not log eventId
This commit is contained in:
parent
05aff3314d
commit
1cd6ec4448
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue