Skip to content

Commit

Permalink
utils/iced: Don't log noisy theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Nov 7, 2023
1 parent 9576154 commit 118fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/iced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 118fba2

Please sign in to comment.