fix: remove log spam

This commit is contained in:
zack 2025-04-01 14:20:54 -04:00
parent 6c70f7bc2e
commit dbf9544e80
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1

View file

@ -342,8 +342,6 @@ impl Application {
let raw_input = self.egui_winit.take_egui_input(&self.window);
tracing::info!("{:?}", raw_input);
let egui::FullOutput {
platform_output,
textures_delta,