Skip to content

Commit

Permalink
remove debug println (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmeier authored Apr 16, 2024
1 parent ec76bc7 commit 988c2e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ impl Display {
let w = parent.client_width() as f64;
let h = parent.client_height() as f64;

crate::println!("fitting to {w} {h}");
let (w, h) = scale_to_ratio(
w - margin,
h - margin,
Expand Down

0 comments on commit 988c2e0

Please sign in to comment.