mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-14 00:53:12 -07:00
remove debug statement
This commit is contained in:
parent
c85258e042
commit
30162f3d87
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ static uint8_t get_length_from_header(wiegand_message_t *data) {
|
|||
len = 32;
|
||||
} else {
|
||||
|
||||
printf("hid preamble detected\n");
|
||||
PrintAndLogEx(DEBUG, "hid preamble detected");
|
||||
len = 32;
|
||||
|
||||
if ((data->Mid ^ 0x20) == 0) { hfmt = data->Bot; len = 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue