mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
Removed debugging stuff.
This commit is contained in:
parent
e259b26d60
commit
7237a9638b
1 changed files with 0 additions and 4 deletions
|
@ -1806,10 +1806,6 @@ useDefaultKeys:
|
|||
key_cnt = ARRAYLEN(g_mifare_default_keys);
|
||||
}
|
||||
|
||||
for (int k = 0; k < key_cnt; k++) {
|
||||
PrintAndLogEx(SUCCESS, "ID: %d KEY: %s", k, sprint_hex((keyBlock + (6 * k)), sizeof(key)));
|
||||
}
|
||||
|
||||
// Use the dictionary to find sector keys on the card
|
||||
PrintAndLogEx(INFO, "Enter dictionary run...");
|
||||
|
||||
|
|
Loading…
Reference in a new issue