瀏覽代碼

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()
     }