Skip to content

Commit

Permalink
Remove dbg! leftover in core::widget::text
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 3, 2024
1 parent bbad2ca commit b2fe05f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/widget/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ where
_renderer: &Renderer,
operation: &mut dyn super::Operation,
) {
dbg!(&self.fragment);

operation.text(None, layout.bounds(), &self.fragment);
}
}
Expand Down

0 comments on commit b2fe05f

Please sign in to comment.