Skip to content

Commit fb15465

Browse files
committed
remove debug logs
1 parent e13285d commit fb15465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SwiftBridge/OpenSSLBridge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public enum OpenSSLBridge {
139139
if let certPtr { native_bridge_free(certPtr) }
140140
if let keyPtr { native_bridge_free(keyPtr) }
141141

142-
debugLog("[AltSign] OpenSSLBridge.extractPKCS12 failed: native pkcs12 extraction returned error or null pointers. Data size: \(data.count) bytes, password: \(String(describing: password))")
142+
debugLog("[AltSign] OpenSSLBridge.extractPKCS12 failed: native pkcs12 extraction returned error or null pointers. Data size: \(data.count) bytes")
143143

144144
switch ok {
145145
case -1:

0 commit comments

Comments
 (0)