ios: remove key from log (#1123)

This commit is contained in:
Evgeny Poberezkin
2022-09-25 13:17:04 +01:00
committed by GitHub
parent bce8af16de
commit b7dd787043
+1 -1
View File
@@ -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