remove debug statement

This commit is contained in:
iceman1001 2023-07-26 01:35:27 +02:00
parent c85258e042
commit 30162f3d87

View file

@ -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; }