Remove debugging code
This commit is contained in:
@@ -17,7 +17,6 @@ pub async fn dispatch(cmd: IntroducerCommand, config: HuskConfigContainer) -> Re
|
||||
remove::dispatch(rm_cmd, config).await?;
|
||||
},
|
||||
IntroducerSubcommand::List => {
|
||||
println!("list");
|
||||
let context = HuskContext::new(&config.into())?;
|
||||
|
||||
for introducer in crypto::get_introducers(
|
||||
|
||||
Reference in New Issue
Block a user