mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Removed debugs
This commit is contained in:
parent
82ecb5923e
commit
59feb7ab04
1 changed files with 0 additions and 2 deletions
|
@ -331,7 +331,6 @@ impl TerminalEl {
|
|||
rects.push(cur_rect.take().unwrap());
|
||||
}
|
||||
}
|
||||
dbg!(&rects);
|
||||
(cells, rects, highlight_ranges)
|
||||
}
|
||||
|
||||
|
@ -372,7 +371,6 @@ impl TerminalEl {
|
|||
font_cache: &FontCache,
|
||||
modal: bool,
|
||||
) -> RunStyle {
|
||||
dbg!(indexed);
|
||||
let flags = indexed.cell.flags;
|
||||
let fg = convert_color(&fg, &style.colors, modal);
|
||||
|
||||
|
|
Loading…
Reference in a new issue