Marino Faggiana 6 lat temu
rodzic
commit
4eefd90f84
1 zmienionych plików z 0 dodań i 3 usunięć
  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 {
-                    
                 }
             }