utils/iced: Don't log noisy theme

This commit is contained in:
Victoria Brekenfeld 2023-11-07 18:35:35 +01:00
parent fe7bbeb17a
commit 32efedc7e1

View file

@ -206,7 +206,7 @@ impl<P: Program + Send + 'static> fmt::Debug for IcedElementInternal<P> {
.field("size", &self.size)
.field("pending_update", &self.pending_update)
.field("cursor_pos", &self.cursor_pos)
.field("theme", &self.theme)
.field("theme", &"...")
.field("renderer", &"...")
.field("state", &"...")
.field("debug", &self.debug)