Skip to content

Commit

Permalink
chore: remove unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Feb 23, 2024
1 parent 0e0430d commit 4fd2ca0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class TypingIndicatorViewModel @Inject constructor(
private fun observeUsersTypingState() {
viewModelScope.launch {
observeUsersTypingInConversation(conversationId).collect {
appLogger.d("Users typing: $it")
usersTypingViewState = usersTypingViewState.copy(usersTyping = it)
}
}
Expand Down

0 comments on commit 4fd2ca0

Please sign in to comment.