From 03fe06fd1f1d5c32b4630b40f253d49e3e44b55d Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Wed, 18 Oct 2023 19:10:10 +0200 Subject: [PATCH] descriptors: remove trailing debug trace --- src/descriptors/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/descriptors/mod.rs b/src/descriptors/mod.rs index 574b153c..2426f259 100644 --- a/src/descriptors/mod.rs +++ b/src/descriptors/mod.rs @@ -830,7 +830,6 @@ mod tests { assert_eq!(signed_single_psbt.inputs[0].partial_sigs.len(), 1); assert_eq!(info.primary_path.threshold, 1); assert_eq!(info.primary_path.sigs_count, 1); - dbg!(&info.primary_path.signed_pubkeys); assert!( info.primary_path.signed_pubkeys.len() == 1 && info.primary_path.signed_pubkeys.contains_key(&prim_key_fg)