소스 검색

clear code

Marino Faggiana 7 년 전
부모
커밋
3cea531e37
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      iOSClient/FileSystem/NCManageDatabase.swift

+ 1 - 4
iOSClient/FileSystem/NCManageDatabase.swift

@@ -46,10 +46,7 @@ class NCManageDatabase: NSObject {
                     // And will update the schema on disk automatically
                 }
         })
-        
-        
-        //config.fileURL = dirGroup?.appendingPathComponent("\(appDatabaseNextcloud)/\(k_databaseDefault)")
-        
+
         Realm.Configuration.defaultConfiguration = config
         _ = try! Realm()
     }