mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -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.fonts.clear();
|
||||||
self.font_definitions = font_definitions;
|
self.font_definitions = font_definitions;
|
||||||
#[cfg(feature = "log")]
|
#[cfg(feature = "log")]
|
||||||
log::debug!("Loading new font definitions");
|
log::trace!("Loading new font definitions");
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut is_new = false;
|
let mut is_new = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user