mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Removed debugs
This commit is contained in:
parent
82ecb5923e
commit
59feb7ab04
@ -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 New Issue
Block a user