Removing debugs.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-09-22 23:54:11 +02:00
parent 40110ad602
commit 883c5fef35
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3
2 changed files with 0 additions and 2 deletions

View File

@ -69,6 +69,5 @@ int cmd_register() {
if (ret != 0)
return SW_EXEC_ERROR();
res_APDU_size = sizeof(CTAP_REGISTER_RESP) - sizeof(resp->keyHandleCertSig) + KEY_HANDLE_LEN + ef_certdev_size + olen;
DEBUG_PAYLOAD(res_APDU, res_APDU_size);
return SW_OK();
}

View File

@ -216,7 +216,6 @@ int scan_files(bool core1) {
if (ret <= 0)
return ret;
flash_write_data_to_file(ef_certdev, cert + sizeof(cert) - ret, ret);
DEBUG_DATA(cert + sizeof(cert) - ret, ret);
}
}
else {