Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Aug 21, 2022
1 parent b6908ab commit 6eaff87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/cmdhfmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -5411,8 +5411,6 @@ static int CmdHF14AMfMAD(const char *Cmd) {
hex_to_buffer((uint8_t *)hexstr, pacs_sector + 24, 8, sizeof(hexstr) - 1, 0, 0, true);
hexstring_to_u96(&top, &mid, &bot, hexstr);

PrintAndLogEx(INFO, "top %x %x %x", top, mid, bot);

char binstr[64 + 1];
hextobinstring(binstr, hexstr);
char *pbin = binstr;
Expand Down

0 comments on commit 6eaff87

Please sign in to comment.