Skip to content

Commit

Permalink
chore( #891): Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Dey authored and Ayushi Dey committed Mar 28, 2024
1 parent 76ba4df commit d9fac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Wallet/Wallet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Wallet: WalletProtocol {

public func send(_ payload: String) {
bleCommunicator?.send(payload)
os_log(.info, ">> raw message size::::: : %{public}d", payload.count)
os_log(.info, ">> raw message size : %{public}d", payload.count)
}

public func subscribe( _ listener: @escaping (Event) -> Void) {
Expand Down

0 comments on commit d9fac7a

Please sign in to comment.