mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +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
|
// Append empty line if there was nothing to wrap in the first place
|
||||||
wrapped_lines.push(vec![]);
|
wrapped_lines.push(vec![]);
|
||||||
}
|
}
|
||||||
dbg!(&wrapped_lines);
|
|
||||||
|
|
||||||
self.wrapped_lines = Some(wrapped_lines.into_iter());
|
self.wrapped_lines = Some(wrapped_lines.into_iter());
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue