diff --git a/render.c b/render.c index 9c01b15f..566db615 100644 --- a/render.c +++ b/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);