mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
remove debug
This commit is contained in:
parent
67d7d29d74
commit
b6e6070bfe
1 changed files with 1 additions and 2 deletions
|
@ -5092,7 +5092,6 @@ static int CmdDesGetSessionParameters(CLIParserContext *ctx, DesfireContext *dct
|
|||
PrintAndLogEx(ERR, "AID length must have 3 bytes length");
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
PrintAndLogEx(INFO, "--aid: %x", *aid);
|
||||
}
|
||||
|
||||
DesfireSetKey(dctx, keynum, algores, key);
|
||||
|
@ -5236,7 +5235,7 @@ static int CmdHF14ADesGetKeySettings(const char *Cmd) {
|
|||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
// if (verbose)
|
||||
if (verbose)
|
||||
PrintAndLogEx(INFO, "DesfireGetKeySettings[%d]: %s", buflen, sprint_hex(buf, buflen));
|
||||
|
||||
if (buflen < 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue