render: remove debug output

This commit is contained in:
Daniel Eklöf 2020-11-15 19:40:25 +01:00
parent 134e1d307c
commit 8e779b356e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;