diff --git a/src/widgets/reflow.rs b/src/widgets/reflow.rs index 0ebdaf9b..5c006256 100644 --- a/src/widgets/reflow.rs +++ b/src/widgets/reflow.rs @@ -182,7 +182,6 @@ where // Append empty line if there was nothing to wrap in the first place wrapped_lines.push(vec![]); } - dbg!(&wrapped_lines); self.wrapped_lines = Some(wrapped_lines.into_iter()); } else {