Remove debugging code

This commit is contained in:
Malte Meiboom
2026-05-13 14:02:47 +02:00
parent 4ddc3db6c0
commit 713ff86a9e
4 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ impl Introducer {
pub fn remove(context: &HuskContext, cert: &ValidCert, _demote: bool)
-> Result<()> {
// Check if the local trust root certificate should be made an
// Check if the local trust root certificate is used as
// introducer, which would be an error.
if cert.fingerprint() == context.local_trust_root.fingerprint() {
return Err(IntroducerError::UnsuitableCertificate.into());