Change text_box redraw log level to trace
This commit is contained in:
parent
ec78c39a58
commit
f0adef5fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ where
|
|||
}
|
||||
|
||||
let duration = instant.elapsed();
|
||||
log::debug!("redraw {}, {}: {:?}", view_w, view_h, duration);
|
||||
log::trace!("redraw {}, {}: {:?}", view_w, view_h, duration);
|
||||
}
|
||||
|
||||
fn on_event(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue