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
-4
View File
@@ -13,10 +13,6 @@ use crate::types::husk_context::HuskContext;
use crate::types::introducer::Introducer;
pub async fn dispatch(cmd: IntroducerRemoveCommand, config: HuskConfigContainer) -> Result<()> {
println!("remove");
println!(" {:?}", cmd.cert);
println!(" {:?}", cmd.demote);
let context = HuskContext::new(&config.into())?;
let policy = &context.policy;
let cert_store = &context.cert_store;