mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
remove debug
This commit is contained in:
@@ -1410,8 +1410,6 @@ uint16_t detect_mf_magic(bool is_mfc, uint8_t key_type, uint64_t key) {
|
||||
isMagic = resp.data.asDwords[0] & 0xFFFF;
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "...%04x", isMagic);
|
||||
|
||||
if ((isMagic & MAGIC_FLAG_GEN_1A) == MAGIC_FLAG_GEN_1A) {
|
||||
PrintAndLogEx(SUCCESS, "Magic capabilities... " _GREEN_("Gen 1a"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user