remove log line. closes #12
This commit is contained in:
parent
24b0082888
commit
dd57e754e7
|
@ -36,7 +36,6 @@ func ParseExportKeyResponse(data []byte) ([]byte, []byte, error) {
|
|||
func tryFindTag(tpl []byte, tags ...apdu.Tag) []byte {
|
||||
data, err := apdu.FindTag(tpl, tags...)
|
||||
if err != nil {
|
||||
fmt.Printf("returning nil %+v\n", tags)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue