mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Remove leftover debug logging and fix comparison.
This commit is contained in:
parent
ca0166f26f
commit
370f0bb98d
1
grid.c
1
grid.c
@ -496,7 +496,6 @@ grid_get_cell1(struct grid_line *gl, u_int px, struct grid_cell *gc)
|
||||
gc->fg = gee->fg;
|
||||
gc->bg = gee->bg;
|
||||
gc->us = gee->us;
|
||||
log_debug("!!! %x", gc->flags);
|
||||
utf8_to_data(gee->data, &gc->data);
|
||||
}
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user