cardem (minor): remove to verbose log trace

Change-Id: Ie43a33af3728c0700f71527ca75d909a9ebd2529
This commit is contained in:
Kévin Redon
2018-08-02 17:43:33 +02:00
parent 0f4abf5eaa
commit 1b39fd31ee

View File

@@ -360,7 +360,6 @@ static int tx_byte_atr(struct card_handle *ch)
if (ch->atr.idx < ch->atr.len) {
uint8_t byte = ch->atr.atr[ch->atr.idx++];
card_emu_uart_tx(ch->uart_chan, byte);
TRACE_DEBUG("%u: ATR TX: %02x\n\r", ch->num, byte);
return 1;
} else { /* The ATR has been completely transmitted */
/* search for TC2 to updated WI */