mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-17 11:48:27 +00:00
Remove debug print statements
This commit is contained in:
parent
e1d3df577f
commit
95a7f0987a
1 changed files with 0 additions and 4 deletions
|
|
@ -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")"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue