Skip to content

Commit 07cbce3

Browse files
committed
Cleaned up Example project.
1 parent 8445cdd commit 07cbce3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Example/ChatExample/AppDelegate.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
2121
func application(_ application: UIApplication,
2222
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
2323
DateFormatter.log = nil
24-
Client.config = .init(apiKey: "qk4nn7rpcn75",
25-
database: TestDatabase(logOptions: .databaseInfo),
26-
logOptions: .debug)
24+
Client.config = .init(apiKey: "qk4nn7rpcn75", logOptions: .debug)
2725

2826
setupNotifications()
2927
return true

0 commit comments

Comments
 (0)