descriptors: remove trailing debug trace

This commit is contained in:
Antoine Poinsot 2023-10-18 19:10:10 +02:00
parent 605a13d4ba
commit 03fe06fd1f
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -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)