Cleaned up debugging code

This commit is contained in:
Mikayla Maki 2022-07-01 11:39:43 -07:00
parent 8e4c54ab61
commit ce60a9a50a
2 changed files with 2 additions and 32 deletions

View file

@ -484,7 +484,6 @@ mod tests {
let (chunks, _) = build_chunks(
term.lock().renderable_content().display_iter,
&Default::default(),
0.,
);
let content = chunks.iter().map(|e| e.0.trim()).collect::<String>();
content.contains("7")