marinofaggiana 4 년 전
부모
커밋
f0f7a65930
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      File Provider Extension/FileProviderData.swift
  2. 0 2
      Share/ShareViewController.m

+ 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]];