Do not log restored contacts

This commit is contained in:
Juha Heinanen
2026-05-29 17:15:51 +03:00
parent 60c89a166a
commit 01fb30aa47

View File

@ -266,7 +266,7 @@ sealed class Contact {
else
baseId + contactNo
val favorite = Utils.paramValue(params, "favorite" ) == "yes"
Log.d(TAG, "Restoring contact $name, $urisPart, $color, $id")
// Log.d(TAG, "Restoring contact $name, $urisPart, $color, $id")
val contact = BaresipContact(name, uris, email, color, id, favorite)
val avatarFilePath = BaresipService.filesPath + "/$id.png"
if (File(avatarFilePath).exists()) {