Commit c91b89c2 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove log

parent 745029a2
...@@ -113,7 +113,6 @@ class ChatRoomPresenter @Inject constructor(private val view: ChatRoomView, ...@@ -113,7 +113,6 @@ class ChatRoomPresenter @Inject constructor(private val view: ChatRoomView,
val message = retryIO { val message = retryIO {
if (messageId == null) { if (messageId == null) {
val username = localRepository.username() val username = localRepository.username()
println(username?.avatarUrl(username))
val newMessage = Message( val newMessage = Message(
id = id, id = id,
roomId = chatRoomId, roomId = chatRoomId,
......
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