mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 03:34:22 +08:00
Remove printf from client. Ready for testing.
This commit is contained in:
parent
4da87d3f96
commit
97f85ba50a
1 changed files with 0 additions and 1 deletions
|
@ -581,7 +581,6 @@ int readFelicaUid(bool verbose) {
|
|||
|
||||
felica_card_select_t card;
|
||||
memcpy(&card, (felica_card_select_t *)resp.data.asBytes, sizeof(felica_card_select_t));
|
||||
PrintAndLogEx(NORMAL, "Received bytes: \n%s", sprint_hex(resp.data.asBytes, sizeof(resp.data.asBytes)));
|
||||
uint64_t status = resp.oldarg[0];
|
||||
|
||||
switch (status) {
|
||||
|
|
Loading…
Reference in a new issue