Remove dbg! leftover in core::widget::text
This commit is contained in:
parent
d09d5d45ae
commit
cb30f9f604
1 changed files with 0 additions and 2 deletions
|
|
@ -275,8 +275,6 @@ where
|
|||
_renderer: &Renderer,
|
||||
operation: &mut dyn super::Operation,
|
||||
) {
|
||||
dbg!(&self.fragment);
|
||||
|
||||
operation.text(None, layout.bounds(), &self.fragment);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue