mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Lower log level of "Loading new fonts" to trace
This commit is contained in:
@@ -562,7 +562,7 @@ impl ContextImpl {
|
||||
self.fonts.clear();
|
||||
self.font_definitions = font_definitions;
|
||||
#[cfg(feature = "log")]
|
||||
log::debug!("Loading new font definitions");
|
||||
log::trace!("Loading new font definitions");
|
||||
}
|
||||
|
||||
let mut is_new = false;
|
||||
|
||||
Reference in New Issue
Block a user