Commit 85bf60e7 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove log

parent 7ec6d60b
......@@ -108,7 +108,6 @@ class ChatRoomsPresenter @Inject constructor(
view.showMessage(R.string.msg_generic_error)
} else {
val isChatRoomOwner = chatRoom.user?.username == myself.username || isDirectMessage
println("${myself.username} == ${chatRoom.user?.username}")
navigator.toChatRoom(chatRoom.id, roomName,
chatRoom.type.toString(), chatRoom.readonly ?: false,
chatRoom.lastSeen ?: -1,
......
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