1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00

reduce log verbosity for compute vertices

This commit is contained in:
Wez Furlong 2019-12-01 11:43:22 -08:00
parent 420903662d
commit 7d510f4f7e

View File

@ -140,7 +140,7 @@ impl OpenGLRenderState {
let num_cols = width as usize / cell_width as usize;
let num_rows = height as usize / cell_height as usize;
log::error!(
log::debug!(
"compute_vertices {}x{} {}x{}",
num_cols,
num_rows,