mirror of
https://github.com/status-im/keycard-go.git
synced 2025-01-21 01:09:16 +00:00
remove logs of wrapped command
This commit is contained in:
parent
4821bea2a5
commit
e80f686c96
@ -34,12 +34,5 @@ func (c *SecureChannel) Send(cmd *apdu.Command) (*apdu.Response, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
rawWrappedCmd, err := wrappedCmd.Serialize()
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Printf("WRAPPED %s\n", hexutils.BytesToHexWithSpaces(rawWrappedCmd))
|
|
||||||
|
|
||||||
return c.c.Send(wrappedCmd)
|
return c.c.Send(wrappedCmd)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user