diff --git a/Cargo.toml b/Cargo.toml index bb79d26..8a7ec91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ keywords = ["core blockchain", "xcb", "cli"] license = "MIT OR Apache-2.0" homepage = "https://github.com/core-coin/core-cli" repository = "https://github.com/core-coin/core-cli" -version = "0.0.9" +version = "0.0.10" [workspace.dependencies] # Workspace members diff --git a/crates/cli/src/cli.rs b/crates/cli/src/cli.rs index c907fc4..9126c53 100644 --- a/crates/cli/src/cli.rs +++ b/crates/cli/src/cli.rs @@ -28,7 +28,6 @@ impl Cli { None => { let mut default_path = home_dir().expect("Could not determine home directory"); default_path.push(".core-cli/data"); - println!("Using default datadir: {:?}", default_path); default_path } }