Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Oct 30, 2024
1 parent 103f1a2 commit 8f021a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/gui/src/app/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ pub fn run() -> Result<(), Box<dyn Error>> {
let render_settings =
eframe::get_value::<RenderSettings>(storage, "render_settings")
.unwrap_or_default();
dbg!(eframe::get_value::<RenderSettings>(
storage,
"render_settings"
));

(
settings,
Expand Down

0 comments on commit 8f021a4

Please sign in to comment.