Browse Source

clear code

Marino Faggiana 6 năm trước cách đây
mục cha
commit
4eefd90f84
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      iOSClient/Activity/NCActivity.swift

+ 0 - 3
iOSClient/Activity/NCActivity.swift

@@ -316,8 +316,6 @@ class activityTableViewCell: UITableViewCell, UICollectionViewDelegate, UICollec
                                     if let image = UIImage(contentsOfFile: CCUtility.getDirectoryProviderStorageIconFileID(fileID, fileNameView: fileName)) {
                                         cell.imageView.image = image
                                     }
-                                } else {
-                                    print(errorCode)
                                 }
                             })
                         }
@@ -337,7 +335,6 @@ class activityTableViewCell: UITableViewCell, UICollectionViewDelegate, UICollec
                         }
                     }
                 } else {
-                    
                 }
             }