mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
fix(reflow): remove debug macro call (#198)
This was accidentally left in the previous commit and causes all the demos to fail.
This commit is contained in:
parent
32e416ea95
commit
769efc20d1
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue