- Removed debug message.

This commit is contained in:
Juha Heinanen
2019-11-27 06:26:21 +02:00
parent 19108054e3
commit 1953325087

View File

@ -66,8 +66,6 @@ class Contact(var name: String, var uri: String, var color: Int, val id: Long) {
} catch (e: Exception) {
Log.e("Baresip", "Could not read avatar image from '$id.img")
}
} else {
Log.d("Baresip", "Contact $id does not have avatarImage")
}
BaresipService.contacts.add(contact)
}