Skip to content

Commit

Permalink
Reduce log-level of processing ViewportCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 14, 2024
1 parent 47fbce6 commit 00e8ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ fn process_viewport_command(

use winit::window::ResizeDirection;

log::debug!("Processing ViewportCommand::{command:?}");
log::trace!("Processing ViewportCommand::{command:?}");

let pixels_per_point = pixels_per_point(egui_ctx, window);

Expand Down

0 comments on commit 00e8ce6

Please sign in to comment.