From b7dd787043d3d48dccd9b7468abfd2277cac1e80 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 25 Sep 2022 13:17:04 +0100 Subject: [PATCH] ios: remove key from log (#1123) --- apps/ios/SimpleXChat/API.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/SimpleXChat/API.swift b/apps/ios/SimpleXChat/API.swift index 5737101110..1b7715f33b 100644 --- a/apps/ios/SimpleXChat/API.swift +++ b/apps/ios/SimpleXChat/API.swift @@ -34,7 +34,7 @@ public func chatMigrateInit(_ useKey: String? = nil) -> (Bool, DBMigrationResult } } logger.debug("chatMigrateInit DB path: \(dbPath)") - logger.debug("chatMigrateInit DB key: \(dbKey)") +// logger.debug("chatMigrateInit DB key: \(dbKey)") var cPath = dbPath.cString(using: .utf8)! var cKey = dbKey.cString(using: .utf8)! // the last parameter of chat_migrate_init is used to return the pointer to chat controller