Skip to content

Commit

Permalink
Removed debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGuy003 committed Oct 19, 2024
1 parent 36c3e5e commit 84529a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ fn main() -> Result<(), String> {
}
})
.scale_factor(|app| {
dbg!(app.scale);
app.scale as f64 / 100.0
/*
Expand Down

0 comments on commit 84529a5

Please sign in to comment.