From 1db0977accf5b2c13f49451b0eba8312ed6d4240 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 4 Apr 2025 10:48:07 +0300 Subject: [PATCH] Fixed comment --- app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt index d07cebc4..76bb407a 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt @@ -478,8 +478,7 @@ class AccountsActivity : ComponentActivity() { for (a in Account.accounts()) accounts = accounts + a.print() + "\n" Utils.putFileContents(BaresipService.filesPath + "/accounts", accounts.toByteArray(Charsets.UTF_8)) - // - // Log.d(TAG, "Saved accounts '${accounts}' to '${BaresipService.filesPath}/accounts'") + // Log.d(TAG, "Saved accounts '${accounts}' to '${BaresipService.filesPath}/accounts'") } }