Browse Source

clear code

marinofaggiana 3 years ago
parent
commit
9f5a991bbd

+ 0 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -730,7 +730,6 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate, NC
 
 @available(iOS 13.0, *)
 class NCCreateScanDocument : NSObject, VNDocumentCameraViewControllerDelegate {
-    
     @objc static let shared: NCCreateScanDocument = {
         let instance = NCCreateScanDocument()
         return instance

+ 1 - 7
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCKTVHTTPCache.swift

@@ -117,13 +117,7 @@ class NCKTVHTTPCache: NSObject {
         if ProcessInfo.processInfo.environment["SIMULATOR_DEVICE_NAME"] != nil {
             KTVHTTPCache.logSetConsoleLogEnable(true)
         }
-        
-//        do {
-//            try KTVHTTPCache.proxyStart()
-//        } catch let error {
-//            print("Proxy Start error : \(error)")
-//        }
-        
+                
         KTVHTTPCache.encodeSetURLConverter { (url) -> URL? in
             print("URL Filter received URL : " + String(describing: url))
             return url