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