mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: remove INFO log (that really was a debug log)
This commit is contained in:
parent
1e4b11b0fa
commit
3ec7fbf0a3
1 changed files with 0 additions and 2 deletions
2
render.c
2
render.c
|
|
@ -733,8 +733,6 @@ render_search_box(struct terminal *term)
|
|||
x += glyph->width;
|
||||
}
|
||||
|
||||
LOG_INFO("match length: %zu", term->search.match_len);
|
||||
|
||||
wl_subsurface_set_position(
|
||||
term->wl.search_sub_surface,
|
||||
term->width - width - margin, term->height - height - margin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue