Remove dbg! leftover in Renderer::fill_text

This commit is contained in:
Héctor Ramón Jiménez 2021-10-18 16:59:59 +07:00
parent 4f5f444d7c
commit e00a2e9b2d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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,