mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +03:00
removing debug log
This commit is contained in:
parent
a37ff83fdc
commit
22f73c80f0
1 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ package im.vector.app.features.notifications
|
|||
import android.content.Context
|
||||
import android.graphics.Bitmap
|
||||
import android.os.Build
|
||||
import android.util.Log
|
||||
import androidx.core.app.NotificationCompat
|
||||
import androidx.core.app.Person
|
||||
import androidx.core.content.pm.ShortcutInfoCompat
|
||||
|
@ -104,7 +103,6 @@ class RoomGroupMessageCreator @Inject constructor(
|
|||
|
||||
private fun NotificationCompat.MessagingStyle.addMessagesFromEvents(events: List<NotifiableMessageEvent>) {
|
||||
events.forEach { event ->
|
||||
Log.e("!!!", "event: $event")
|
||||
val senderPerson = if (event.outGoingMessage) {
|
||||
null
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue