remove debug & cov 354623 )

This commit is contained in:
merlokk
2021-08-05 20:26:27 +03:00
parent f1c48db6bd
commit 18e2d55c57

View File

@@ -2529,7 +2529,6 @@ int DesfireChangeKey(DesfireContext *dctx, bool change_master_key, uint8_t newke
// send command
uint8_t resp[257] = {0};
size_t resplen = 0;
PrintAndLogEx(SUCCESS, "Change key [%d] %s", cdatalen + 1, sprint_hex(&pckcdata[1], cdatalen + 1));
int res = DesfireChangeKeyCmd(dctx, &pckcdata[1], cdatalen + 1, resp, &resplen);
// check response