mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 19:28:54 +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…
Add table
Reference in a new issue