commit | 9d59aac279a732641e65a5d8eb9d6d844b2e1023 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Jun 07 14:36:16 2022 +0800 |
committer | David Hu <david.hu@arm.com> | Tue Jun 07 10:33:01 2022 +0200 |
tree | 82af79ecc8ebd5b7f5051ae382560575a8943dba | |
parent | 659a1909a4555d31bf73823b380b7347f6953dff [diff] |
Crypto: Remove unnecessary debug log The removed log is helpless as the information is incomplete. Change-Id: I6ee8d469ae371c4c7f86310372912149bd69ef8b Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/secure_fw/partitions/crypto/crypto_key_derivation.c b/secure_fw/partitions/crypto/crypto_key_derivation.c index 50e12b7..4404af0 100644 --- a/secure_fw/partitions/crypto/crypto_key_derivation.c +++ b/secure_fw/partitions/crypto/crypto_key_derivation.c
@@ -115,7 +115,6 @@ if (err != TFM_PLAT_ERR_SUCCESS) { return PSA_ERROR_HARDWARE_FAILURE; } - LOG_DBGFMT("\033[0;32mcomplete.\033[0m\r\n"); return psa_import_key(attributes, tls12_prf->MBEDTLS_PRIVATE(output_block), bytes, key_id);