Do not debug saved accounts
This commit is contained in:
@@ -171,7 +171,7 @@ class AccountsActivity : AppCompatActivity() {
|
|||||||
accounts = accounts + a.print() + "\n"
|
accounts = accounts + a.print() + "\n"
|
||||||
}
|
}
|
||||||
Utils.putFileContents(BaresipService.filesPath + "/accounts", accounts.toByteArray())
|
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 {
|
fun noAccounts(): Boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user