diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 428cf80ff..7ce267ec3 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -1715,7 +1715,6 @@ void SimTagIso15693(uint8_t *uid) { uint32_t reader_eof_time = 0; int cmd_len = GetIso15693CommandFromReader(cmd, sizeof(cmd), &reader_eof_time); if (cmd_len < 0) { - Dbprintf("button pressed, exiting"); button_pressed = true; exit_loop = true; break;