search: remove INFO log (that really was a debug log)

This commit is contained in:
Daniel Eklöf 2019-08-29 20:23:55 +02:00
parent 3ec7fbf0a3
commit 7d920a6d1b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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