From e48811a6d4808275434e9a0729db1cec48c6a993 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 14ff37937..5e900da0d 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