mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
remove debug
This commit is contained in:
parent
1a0f7e93de
commit
9e89da3c0c
2 changed files with 1 additions and 2 deletions
|
@ -724,7 +724,6 @@ int MakeCredentionalParseRes(uint8_t *data, size_t dataLen, bool verbose, bool s
|
||||||
char key[100] = {0};
|
char key[100] = {0};
|
||||||
res = CborGetStringValue(&mapsmt, key, sizeof(key), &n);
|
res = CborGetStringValue(&mapsmt, key, sizeof(key), &n);
|
||||||
cbor_check(res);
|
cbor_check(res);
|
||||||
printf("--key: %s\n", key);
|
|
||||||
if (!strcmp(key, "alg")) {
|
if (!strcmp(key, "alg")) {
|
||||||
cbor_value_get_int64(&mapsmt, &alg);
|
cbor_value_get_int64(&mapsmt, &alg);
|
||||||
PrintAndLog("Alg [%lld]", (long long)alg);
|
PrintAndLog("Alg [%lld]", (long long)alg);
|
||||||
|
|
|
@ -452,4 +452,4 @@ CborError CborGetStringValueBuf(CborValue *elm) {
|
||||||
memset(stringBuf, 0x00, sizeof(stringBuf));
|
memset(stringBuf, 0x00, sizeof(stringBuf));
|
||||||
|
|
||||||
return CborGetStringValue(elm, stringBuf, sizeof(stringBuf), NULL);
|
return CborGetStringValue(elm, stringBuf, sizeof(stringBuf), NULL);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue