Fixed comment
This commit is contained in:
@@ -478,7 +478,6 @@ class AccountsActivity : ComponentActivity() {
|
|||||||
for (a in Account.accounts()) accounts = accounts + a.print() + "\n"
|
for (a in Account.accounts()) accounts = accounts + a.print() + "\n"
|
||||||
Utils.putFileContents(BaresipService.filesPath + "/accounts",
|
Utils.putFileContents(BaresipService.filesPath + "/accounts",
|
||||||
accounts.toByteArray(Charsets.UTF_8))
|
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'")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user