Marino Faggiana hace 6 años
padre
commit
1b13d707bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Create/CCCreateCloud.swift

+ 1 - 1
iOSClient/Create/CCCreateCloud.swift

@@ -883,7 +883,7 @@ class CreateFormUploadScanDocument: XLFormViewController, CCMoveDelegate {
             CCUtility.removeFile(atPath: fileNameImagePath)
         }
         
-        //Remove plist in reader
+        //Remove plist in reader for cache
         let filePlistReader = CCUtility.getDirectoryReaderMetadata() + "/" + (fileNameSave as NSString).deletingPathExtension + ".plist"
         CCUtility.removeFile(atPath: filePlistReader)