Update solo.c

This commit is contained in:
Conor Patrick 2019-04-24 16:41:22 -04:00
parent 55aadfd78e
commit 437f691d12

View File

@ -40,7 +40,6 @@ int16_t bridge_u2f_to_solo(uint8_t * output, uint8_t * keyh, int keylen)
wallet_request * req = (wallet_request *) keyh;
extension_writeback_init(output, 71);
delay(500);
printf1(TAG_WALLET, "u2f-solo [%d]: ", keylen); dump_hex1(TAG_WALLET, keyh, keylen);