From 07a7681dba5a9a40627689246d2a84414dfc48d3 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Thu, 23 Feb 2023 09:31:48 -0800 Subject: Remove logging large bytes arrays --- glutin/src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glutin') diff --git a/glutin/src/application.rs b/glutin/src/application.rs index b7bf21c3..5921bdd0 100644 --- a/glutin/src/application.rs +++ b/glutin/src/application.rs @@ -71,7 +71,7 @@ where settings.id, ); - log::info!("Window builder: {:#?}", builder); + log::debug!("Window builder: {:#?}", builder); let opengl_builder = ContextBuilder::new() .with_vsync(true) -- cgit