Reduce log-level of processing ViewportCommands

This commit is contained in:
Emil Ernerfeldt 2024-03-14 10:18:07 +01:00
parent 47fbce665a
commit 00e8ce6d7e
1 changed files with 1 additions and 1 deletions

View File

@ -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);