marinofaggiana 4 lat temu
rodzic
commit
f0f7a65930

+ 0 - 1
File Provider Extension/FileProviderData.swift

@@ -78,7 +78,6 @@ class fileProviderData: NSObject {
         // LOG
         if let pathDirectoryGroup = CCUtility.getDirectoryGroup()?.path {
             NCCommunicationCommon.shared.pathLog = pathDirectoryGroup
-            NCCommunicationCommon.shared.copyLogToDocumentDirectory = true
             let levelLog = CCUtility.getLogLevel()
             NCCommunicationCommon.shared.levelLog = levelLog
             let version = NSString(format:NCBrandOptions.shared.textCopyrightNextcloudiOS as NSString, NCUtility.shared.getVersionApp()) as String

+ 0 - 2
Share/ShareViewController.m

@@ -71,8 +71,6 @@
         NSString *pathDirectoryGroup = [[CCUtility getDirectoryGroup] path];
         [[NCCommunicationCommon shared] setPathLog: pathDirectoryGroup];
                 
-        [[NCCommunicationCommon shared] setCopyLogToDocumentDirectory: true];
-
         NSString *versionNextcloudiOS = [NSString stringWithFormat:[NCBrandOptions shared].textCopyrightNextcloudiOS, NCUtility.shared.getVersionApp];
         [[NCCommunicationCommon shared] writeLog:[NSString stringWithFormat:@"Start session with level %lu %@", (unsigned long)levelLog, versionNextcloudiOS]];