Change text_box redraw log level to trace

This commit is contained in:
Jeremy Soller 2025-11-11 13:21:46 -07:00
parent ec78c39a58
commit f0adef5fa0
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -911,7 +911,7 @@ where
} }
let duration = instant.elapsed(); let duration = instant.elapsed();
log::debug!("redraw {}, {}: {:?}", view_w, view_h, duration); log::trace!("redraw {}, {}: {:?}", view_w, view_h, duration);
} }
fn on_event( fn on_event(