remove debug

This commit is contained in:
merlokk 2021-08-19 00:44:26 +03:00
parent afadc088d7
commit 1ebeb9b151

View file

@ -1493,8 +1493,6 @@ static int DesfireAuthenticateLRP(DesfireContext *dctx, DesfireSecureChannel sec
size_t declen = 0;
LRPDecode(&ctx, recv_data, 16, data, &declen);
memcpy(dctx->IV, ctx.counter, 4);
PrintAndLogEx(INFO, "--decoded <%d>: %s", declen, sprint_hex(data, 16));
PrintAndLogEx(INFO, "iv : %s", sprint_hex(dctx->IV, 4));
dctx->cmdCntr = 0;
memcpy(dctx->TI, data, 4);