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

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

View file

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