Skip to content
Snippets Groups Projects
Commit b57104ac authored by Adrien Béraud's avatar Adrien Béraud
Browse files

account: remove log

Change-Id: I34af93734a7e0dac5442c3b22a3c866c14a8166c
parent d4ec4ebe
No related branches found
No related tags found
No related merge requests found
......@@ -759,9 +759,9 @@ class Account(
private fun contactAdded(contact: Contact?) {
val uri = contact!!.uri
val key = uri.uri
Log.w(TAG, "contactAdded " + accountId + " " + uri + " " + contact.conversationUri.blockingFirst())
//Log.w(TAG, "contactAdded " + accountId + " " + uri + " " + contact.conversationUri.blockingFirst())
if (!contact.conversationUri.blockingFirst().equals(uri)) {
Log.w(TAG, "contactAdded Don't add conversation if we have a swarm conversation")
//Log.w(TAG, "contactAdded Don't add conversation if we have a swarm conversation")
// Don't add conversation if we have a swarm conversation
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment