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 {
-                    
                 }
             }