mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: remove debug output
This commit is contained in:
parent
134e1d307c
commit
8e779b356e
1 changed files with 0 additions and 1 deletions
1
render.c
1
render.c
|
|
@ -945,7 +945,6 @@ render_sixel(struct terminal *term, pixman_image_t *pix,
|
|||
if ((last_row_needs_erase && last_row) ||
|
||||
(last_col_needs_erase && last_col))
|
||||
{
|
||||
LOG_INFO("ERASE col=%d", col);
|
||||
render_cell(term, pix, row, col, term_row_no, false);
|
||||
} else
|
||||
cell->attrs.clean = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue