Remove logging large bytes arrays

This commit is contained in:
Cory Forsstrom 2023-02-23 09:31:48 -08:00
parent 666f3cd143
commit 07a7681dba
No known key found for this signature in database
GPG key ID: 1DFE170A4415C9F5
6 changed files with 49 additions and 6 deletions

View file

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