From 7a6a603b8a6b94f8143dbb975ec71100fbb6a3f0 Mon Sep 17 00:00:00 2001 From: Davidson Souza Date: Fri, 30 Dec 2022 19:22:29 -0300 Subject: [PATCH] remove debug print --- src/main.rs | 1 - 1 file changed, 1 deletion(-) 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(()); }