Remove some debugging messages
This commit is contained in:
@@ -11,9 +11,6 @@ use crate::commands::CommandError;
|
||||
use crate::common::crypto;
|
||||
|
||||
pub async fn dispatch(cmd: LocalsAddCommand, config: HuskConfigContainer) -> Result<()> {
|
||||
println!("add");
|
||||
println!(" {:?}", cmd.cert_file);
|
||||
|
||||
let context = HuskContext::new(&config.into())?;
|
||||
let policy = &context.policy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user