Remove dbg! leftover in Renderer::fill_text
This commit is contained in:
parent
4f5f444d7c
commit
e00a2e9b2d
1 changed files with 0 additions and 2 deletions
|
|
@ -92,8 +92,6 @@ where
|
||||||
type Font = Font;
|
type Font = Font;
|
||||||
|
|
||||||
fn fill_text(&mut self, text: renderer::text::Section<'_, Self::Font>) {
|
fn fill_text(&mut self, text: renderer::text::Section<'_, Self::Font>) {
|
||||||
dbg!(text);
|
|
||||||
|
|
||||||
self.primitives.push(Primitive::Text {
|
self.primitives.push(Primitive::Text {
|
||||||
content: text.content.to_string(),
|
content: text.content.to_string(),
|
||||||
bounds: text.bounds,
|
bounds: text.bounds,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue