Unverified Commit 9bc7fd7c authored by Utkarsh Barsaiyan's avatar Utkarsh Barsaiyan Committed by GitHub

Update ChatRoomPresenter.kt

parent 4dcd88b9
...@@ -346,7 +346,6 @@ class ChatRoomPresenter @Inject constructor( ...@@ -346,7 +346,6 @@ class ChatRoomPresenter @Inject constructor(
unread = true unread = true
) )
try { try {
Timber.d("#### $newMessage")
messagesRepository.save(newMessage) messagesRepository.save(newMessage)
view.showNewMessage( view.showNewMessage(
mapper.map( mapper.map(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment