From 9b37e7c3e2be2f70a25fe1dc296c022b46791dff Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 19 Jun 2022 09:39:20 +0300 Subject: [PATCH] Do not debug saved accounts --- app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt index ea980bb9..cacaa4a3 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt @@ -171,7 +171,7 @@ class AccountsActivity : AppCompatActivity() { accounts = accounts + a.print() + "\n" } Utils.putFileContents(BaresipService.filesPath + "/accounts", accounts.toByteArray()) - Log.d(TAG, "Saved accounts '${accounts}' to '${BaresipService.filesPath}/accounts'") + // Log.d(TAG, "Saved accounts '${accounts}' to '${BaresipService.filesPath}/accounts'") } fun noAccounts(): Boolean {