diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/src/renderer.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/src/renderer.rs b/graphics/src/renderer.rs index 8d623868..0dca685f 100644 --- a/graphics/src/renderer.rs +++ b/graphics/src/renderer.rs @@ -92,8 +92,6 @@ where type Font = Font; fn fill_text(&mut self, text: renderer::text::Section<'_, Self::Font>) { - dbg!(text); - self.primitives.push(Primitive::Text { content: text.content.to_string(), bounds: text.bounds, |