mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
removes logs
This commit is contained in:
parent
dbe593db98
commit
577ef6437f
@ -85,8 +85,6 @@ open class ChatFileUploadModel : ViewModel() {
|
||||
onError: (title: String, message: String) -> Unit,
|
||||
context: Context,
|
||||
) {
|
||||
println("AABBCC uploading $account $selectedServer $chatroom $multiOrchestrator")
|
||||
|
||||
val myAccount = account ?: return
|
||||
val mySelectedServer = selectedServer ?: return
|
||||
val myChatroom = chatroom ?: return
|
||||
@ -95,8 +93,6 @@ open class ChatFileUploadModel : ViewModel() {
|
||||
viewModelScope.launch(Dispatchers.Default) {
|
||||
isUploadingImage = true
|
||||
|
||||
println("AABBCC uploading")
|
||||
|
||||
val cipher = AESGCM()
|
||||
|
||||
val results =
|
||||
@ -111,8 +107,6 @@ open class ChatFileUploadModel : ViewModel() {
|
||||
context,
|
||||
)
|
||||
|
||||
println("AABBCC uploading")
|
||||
|
||||
if (results.allGood) {
|
||||
results.successful.forEach { state ->
|
||||
if (state.result is UploadOrchestrator.OrchestratorResult.ServerResult) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user