Removing unnecessary debug.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-08-06 01:36:03 +02:00
parent 9074463f4e
commit 7bbcbc57eb
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -853,7 +853,6 @@ bool key_has_purpose(file_t *ef, uint8_t purpose) {
size_t tag_len = 0;
const uint8_t *meta_tag = get_meta_tag(ef, 0x91, &tag_len);
if (meta_tag) {
DEBUG_PAYLOAD(meta_tag,tag_len);
for (int i = 0; i < tag_len; i++) {
if (meta_tag[i] == purpose)
return true;