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
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();
}