From dbf9544e80f29d9d9c3a961ad2058cb4fed4fc2e Mon Sep 17 00:00:00 2001 From: zack Date: Tue, 1 Apr 2025 14:20:54 -0400 Subject: [PATCH] fix: remove log spam --- crates/engine/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/engine/src/main.rs b/crates/engine/src/main.rs index 9f115d7..b32b286 100644 --- a/crates/engine/src/main.rs +++ b/crates/engine/src/main.rs @@ -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,