Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza committed Dec 30, 2022
1 parent 9862554 commit 7a6a603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ fn setup_wallet<D: AddressCacheDatabase>(
wallet: &mut AddressCache<D>,
network: cli::Network,
) -> Result<(), crate::error::Error> {
println!("{:?}", xpubs);
if xpubs.is_empty() {
return Ok(());
}
Expand Down

0 comments on commit 7a6a603

Please sign in to comment.