Fixed comment

This commit is contained in:
Juha Heinanen
2025-04-04 10:48:07 +03:00
parent 867cfadbcb
commit 1db0977acc

View File

@ -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'")
}
}