From 1953325087bf2e04e42cda2100bc0983f72b9b27 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 27 Nov 2019 06:26:21 +0200 Subject: [PATCH] - Removed debug message. --- app/src/main/kotlin/com/tutpro/baresip/Contact.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/Contact.kt b/app/src/main/kotlin/com/tutpro/baresip/Contact.kt index a3502a45..1ac2f312 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/Contact.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/Contact.kt @@ -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) }