mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +08:00
remove debug statements
This commit is contained in:
parent
b6908ab9c7
commit
6eaff873ba
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue