Removed debugging stuff.

This commit is contained in:
Matthias Konrath 2019-08-28 11:19:54 +02:00
parent e259b26d60
commit 7237a9638b

View file

@ -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...");