Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 18, 2024
1 parent e67415c commit ea637a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ impl Select for Manifest {
valid
};
valid = if let Some(scaled) = selection.scaled() {
eprintln!("foo: {0}, {scaled}", row.scaled); // @CTB
// num sigs have row.scaled = 0, don't include them
valid && row.scaled != 0 && row.scaled <= scaled as u64
} else {
Expand Down

0 comments on commit ea637a7

Please sign in to comment.