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,
val message = retryIO {
if (messageId == null) {
val username = localRepository.username()
println(username?.avatarUrl(username))
val newMessage = Message(
id = id,
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