diff --git a/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift b/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift index f52b4924e..ab880ca1b 100644 --- a/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift +++ b/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift @@ -521,8 +521,6 @@ class ConversationViewModel: ObservableObject { self.conversationMessagesSection[0].rows[indexMessage!].message.reactions = reactionsTmp } } - }, onFileTransferTerminated: { (message: ChatMessage, content: Content) in - print("filePath ?????? 000") }, onFileTransferProgressIndication: { (message: ChatMessage, content: Content, offset: Int, total: Int) in if let indexMessage = self.conversationMessagesSection[0].rows.firstIndex(where: {$0.eventModel.eventLogId == message.messageId}) { @@ -2327,8 +2325,6 @@ class ConversationViewModel: ObservableObject { counter += 1 } - print("filePath 11 \(fileURL.path)") - content.filePath = fileURL.path Log.info( "[ConversationViewModel] File \(contentName) will be downloaded at \(content.filePath ?? "NIL")"