mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-24 21:45:38 +00:00
ios: remove key from log (#1123)
This commit is contained in:
committed by
GitHub
parent
bce8af16de
commit
b7dd787043
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user