Marino Faggiana před 8 roky
rodič
revize
3cea531e37
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  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()
     }