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 16b4cdb commit 1ab45c9
Showing 1 changed file with 0 additions and 1 deletion.
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 1ab45c9

Please sign in to comment.