Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
3cea531e37
1 changed files with 1 additions and 4 deletions
  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()
     }