Reduce log-level of processing ViewportCommands
This commit is contained in:
parent
47fbce665a
commit
00e8ce6d7e
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue