mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
lf gallagher demod - remove debug statements
This commit is contained in:
parent
69a73675fb
commit
0f40e97b71
1 changed files with 0 additions and 2 deletions
|
@ -121,9 +121,7 @@ int demodGallagher(bool verbose) {
|
|||
uint8_t crc = bytebits_to_byte(DemodBuffer + 16 + (9 * 8), 8);
|
||||
uint8_t calc_crc = CRC8Cardx(arr, ARRAYLEN(arr));
|
||||
|
||||
PrintAndLogEx(INFO, " Before: %s", sprint_hex(arr, 8));
|
||||
descramble(arr, ARRAYLEN(arr));
|
||||
PrintAndLogEx(INFO, " After : %s", sprint_hex(arr, 8));
|
||||
|
||||
// 4bit region code
|
||||
uint8_t rc = (arr[3] & 0x1E) >> 1;
|
||||
|
|
Loading…
Reference in a new issue