diff --git a/crates/view/src/note_record.rs b/crates/view/src/note_record.rs index f85665fedb..6766c854cc 100644 --- a/crates/view/src/note_record.rs +++ b/crates/view/src/note_record.rs @@ -89,7 +89,6 @@ impl TryFrom<&Row<'_>> for SpendableNoteRecord { .flatten(); let return_address = return_address_bytes .map(|b| { - println!("return_address_bytes: {:?}", hex::encode(&b)); // Address is not proto-encoded Address::try_from(b) })