marinofaggiana 5 năm trước cách đây
mục cha
commit
21101154f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Database/NCManageDatabase.swift

+ 1 - 1
iOSClient/Database/NCManageDatabase.swift

@@ -2451,7 +2451,7 @@ class NCManageDatabase: NSObject {
         // For Live Photo
         var fileNameImages = [String]()
         let filtered = results.filter{ $0.typeFile.contains(k_metadataTypeFile_image) }
-        filtered.forEach { print($0)
+        filtered.forEach { 
             let fileName = ($0.fileNameView as NSString).deletingPathExtension
             fileNameImages.append(fileName)
         }