Remove debugging code
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user