remove iso15 getUID timeout msg

This commit is contained in:
Philippe Teuwen 2019-05-09 13:25:14 +02:00
parent 730927a81d
commit 7195ce9b27

View file

@ -224,9 +224,6 @@ static int getUID(uint8_t *buf) {
}
} // retry
if (retry >= 3)
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
return 0;
}