aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2018-08-02 17:43:33 +0200
committerKévin Redon <kredon@sysmocom.de>2018-08-04 11:16:15 +0200
commit1b39fd31eeb4d402c529115dd3511552a9ed11a0 (patch)
treedb8a3c65a16642df83f30206e86080bb591e4cfd
parent0f4abf5eaa8283b581716b477d4f098f118e20f7 (diff)
cardem (minor): remove to verbose log trace
-rw-r--r--firmware/libcommon/source/card_emu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/libcommon/source/card_emu.c b/firmware/libcommon/source/card_emu.c
index fb68660..14a5dd8 100644
--- a/firmware/libcommon/source/card_emu.c
+++ b/firmware/libcommon/source/card_emu.c
@@ -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 */