Do not debug saved accounts

This commit is contained in:
Juha Heinanen
2022-06-19 09:39:20 +03:00
parent ec70876469
commit 9b37e7c3e2

View File

@ -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 {