mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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)
|
search_update(struct terminal *term)
|
||||||
{
|
{
|
||||||
if (term->search.len == 0) {
|
if (term->search.len == 0) {
|
||||||
LOG_INFO("len == 0");
|
|
||||||
term->search.match = (struct coord){-1, -1};
|
term->search.match = (struct coord){-1, -1};
|
||||||
term->search.match_len = 0;
|
term->search.match_len = 0;
|
||||||
selection_cancel(term);
|
selection_cancel(term);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue