mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: remove INFO log (that really was a debug log)
This commit is contained in:
parent
3ec7fbf0a3
commit
7d920a6d1b
1 changed files with 0 additions and 1 deletions
1
search.c
1
search.c
|
|
@ -62,7 +62,6 @@ static void
|
|||
search_update(struct terminal *term)
|
||||
{
|
||||
if (term->search.len == 0) {
|
||||
LOG_INFO("len == 0");
|
||||
term->search.match = (struct coord){-1, -1};
|
||||
term->search.match_len = 0;
|
||||
selection_cancel(term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue