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; }