mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 16:27:22 +08:00
removed debug output
This commit is contained in:
parent
314450b738
commit
f513582967
1 changed files with 0 additions and 3 deletions
|
@ -1335,9 +1335,6 @@ void em4x50_sim(uint8_t *filename) {
|
|||
|
||||
for (int i = 0; i < EM4X50_NO_WORDS; i++)
|
||||
words[i] = reflect32(bytes_to_num(em4x50_mem + (i * 4), 4));
|
||||
|
||||
for (int i = 0; i < EM4X50_NO_WORDS; i++)
|
||||
Dbprintf("%i %08x", i, words[i]);
|
||||
|
||||
// only if valid em4x50 data (e.g. uid == serial)
|
||||
if (words[EM4X50_DEVICE_SERIAL] != words[EM4X50_DEVICE_ID]) {
|
||||
|
|
Loading…
Reference in a new issue