From 7195ce9b27af5c67cd32956f166b25c4a13ee2cf Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 9 May 2019 13:25:14 +0200 Subject: [PATCH] remove iso15 getUID timeout msg --- client/cmdhf15.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 72d456e2e..a862b6d01 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -224,9 +224,6 @@ static int getUID(uint8_t *buf) { } } // retry - if (retry >= 3) - PrintAndLogEx(WARNING, "timeout while waiting for reply."); - return 0; }