Skip to content

Commit

Permalink
Remove stray debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 6, 2023
1 parent 357af69 commit 874a4c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/yakui-winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ impl YakuiWinit {
pub fn new(window: &Window) -> Self {
let size = window.inner_size();
let scale = window.scale_factor() as f32;
println!("window scale in init: {scale}, size: {size:?}");

Self {
auto_scale: true,
Expand Down

0 comments on commit 874a4c3

Please sign in to comment.