Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fcbf3332 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #9957 from rafaeltonholo/chore/9956/remove-noisy-log

chore: remove noisy log
parents 64612988 4a43324a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ class MessageListViewModel(
        currentMessageListLiveData = liveData

        messageListLiveData.addSource(liveData) { items ->
            logger.debug { "Received new MessageListInfo: $items" }
            messageListLiveData.value = items
        }
    }