remove log line. closes #12

This commit is contained in:
Andrea Franz 2021-11-09 11:42:13 +01:00
parent 24b0082888
commit dd57e754e7
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 0 additions and 1 deletions

View File

@ -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
}