Skip to content

Commit

Permalink
comment-out print statement in one of ivs_builder tests
Browse files Browse the repository at this point in the history
to appease our precommit checks
  • Loading branch information
anthrotype committed Sep 27, 2023
1 parent 6301b79 commit b9d5436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions write-fonts/src/tables/variations/ivs_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ mod tests {
let _ = builder.add_deltas(vec![(r1.clone(), -9), (r3.clone(), 7)]);
let _ = builder.add_deltas(vec![(r1, -11), (r3, 7)]);

// let encoder = builder.encoder();
// eprintln!("{encoder:?}");
// we should have three regions, and two subtables
let (_, key_lookup) = builder.build();

Expand Down

0 comments on commit b9d5436

Please sign in to comment.