From 327872fdc2537e519783c2e918aff6eb5ff15215 Mon Sep 17 00:00:00 2001 From: +merlan #flirora Date: Tue, 18 Feb 2025 16:00:46 -0500 Subject: [PATCH] Remove debug statements --- crates/typst-layout/src/inline/linebreak.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typst-layout/src/inline/linebreak.rs b/crates/typst-layout/src/inline/linebreak.rs index 3c713272a..8665706b9 100644 --- a/crates/typst-layout/src/inline/linebreak.rs +++ b/crates/typst-layout/src/inline/linebreak.rs @@ -110,10 +110,10 @@ pub fn linebreak<'a>( p: &'a Preparation<'a>, width: Abs, ) -> Vec> { - dbg!(match p.config.linebreaks { + match p.config.linebreaks { Linebreaks::Simple => linebreak_simple(engine, p, width), Linebreaks::Optimized => linebreak_optimized(engine, p, width), - }) + } } /// Performs line breaking in simple first-fit style. This means that we build