Skip to content

Commit

Permalink
Remove leftover debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Jan 23, 2024
1 parent 88071df commit dc7daaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/view/src/note_record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit dc7daaf

Please sign in to comment.