utils/iced: Don't log noisy theme
This commit is contained in:
parent
fe7bbeb17a
commit
32efedc7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue