@@ -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
@@ -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