Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 18, 2024
1 parent d23ef6b commit 952ccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl Select for Manifest {
valid
};
valid = if let Some(scaled) = selection.scaled() {
dbg!("foo: {row.scaled}, {scaled}");
eprintln!("foo: {0}, {scaled}", row.scaled);
// 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 952ccf6

Please sign in to comment.