mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
unused
This commit is contained in:
parent
3f2d02b978
commit
c19b5977d4
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ int ndefDecodeSig(uint8_t *sig, size_t siglen) {
|
|||
size_t inturilen = (sig[indx] << 8) + sig[indx + 1];
|
||||
indx += 2;
|
||||
PrintAndLogEx(NORMAL, "\tcertificate uri [%d]: %.*s", inturilen, inturilen, &sig[indx]);
|
||||
indx += inturilen;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue