marinofaggiana 4 years ago
parent
commit
376bfddc4c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      iOSClient/Main/Colleaction Common/NCCollectionCommon.swift

+ 0 - 4
iOSClient/Main/Colleaction Common/NCCollectionCommon.swift

@@ -389,10 +389,6 @@ class NCCollectionCommon: NSObject, NCSelectDelegate {
         for ocId in appDelegate.pasteboardOcIds {
             if let metadata = NCManageDatabase.shared.getMetadataFromOcId(ocId as? String) {
                 metadatas.append(metadata)
-//                TODO: Live Photo
-//                if let metadataMOV = NCManageDatabase.shared.getMetadataLivePhoto(metadata: metadata) {
-//                    metadatas.append(metadataMOV)
-//                }
             }
         }