From 9d8618528718d2b7c957a106fbb72f8444693caa Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 6 Sep 2020 21:40:19 +0200 Subject: [PATCH] textual --- armsrc/iso15693.c | 1 - 1 file changed, 1 deletion(-) 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;