Skip to content

Commit

Permalink
[keymgr_dpe] Remove redundant log from testutils
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Feb 21, 2025
1 parent e22d21c commit 9505277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sw/device/lib/testing/keymgr_dpe_testutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ status_t keymgr_dpe_testutils_wait_for_operation_done(
do {
TRY(dif_keymgr_dpe_get_status_codes(keymgr_dpe, &status));
} while (status == 0);
LOG_INFO("keymgr_dpe_status_code: 0x%x", status);
TRY_CHECK(status == kDifKeymgrDpeStatusCodeIdle, "Unexpected status: %x",
status);
return OK_STATUS();
Expand Down

0 comments on commit 9505277

Please sign in to comment.