forked from mirrors/linphone-iphone
Remove print in file_transfer_progress_indication_recv
This commit is contained in:
parent
053b39083c
commit
ac376631d1
1 changed files with 0 additions and 1 deletions
|
|
@ -1830,7 +1830,6 @@ class MultilineMessageCell: SwipeCollectionViewCell, UICollectionViewDataSource,
|
|||
}
|
||||
|
||||
func file_transfer_progress_indication_recv(message: ChatMessage, content: Content, offset: Int, total: Int) {
|
||||
print("file_transfer_progress_indication_recvfile_transfer_progress_indication_recv")
|
||||
let p = Float(offset) / Float(total)
|
||||
if ((imagesGridCollectionView.count) > 0){
|
||||
if !message.isOutgoing {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue