diff --git a/src/main.rs b/src/main.rs index 1a09e1b6..0ce3ee2c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -199,7 +199,6 @@ fn setup_wallet( wallet: &mut AddressCache, network: cli::Network, ) -> Result<(), crate::error::Error> { - println!("{:?}", xpubs); if xpubs.is_empty() { return Ok(()); }