浏览代码

clear code

Marino Faggiana 6 年之前
父节点
当前提交
4eefd90f84
共有 1 个文件被更改,包括 0 次插入3 次删除
  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 {
-                    
                 }
             }