style(prodtest): remove obsolete comment
What changed, and why it matters
This commit only removes an old TODO comment from a production-test source file. No code behavior changes, no bug fix, and no security relevance is present in the diff or commit message.
No action required; this is a non-functional style/cleanup change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes a single comment line (‘// TODO: call check_device_cert_chain() for FIDO certificate’) in core/embed/projects/prodtest/cmd/prodtest_tropic.c. There are no functional code changes, no logic modifications, and no security-related assertions in the commit title or message.
Changed components
core/embed/projects/prodtest/cmd/prodtest_tropic.cInspect captured patch +0 / −2
diff --git a/core/embed/projects/prodtest/cmd/prodtest_tropic.c b/core/embed/projects/prodtest/cmd/prodtest_tropic.c
index b2bb79e29..2fd0b16c7 100644
--- a/core/embed/projects/prodtest/cmd/prodtest_tropic.c
+++ b/core/embed/projects/prodtest/cmd/prodtest_tropic.c
@@ -1416,8 +1416,6 @@ static void cert_write(cli_t* cli, uint16_t first_slot, uint16_t slots_count) {
return;
}
- // TODO: call `check_device_cert_chain()` for FIDO certificate
-
cli_ok(cli, "");
}
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.