From 3ec7fbf0a320f2c7a07a4d03d3c5cbe65c2aeb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 29 Aug 2019 20:23:44 +0200 Subject: [PATCH] render: remove INFO log (that really was a debug log) --- render.c | 2 -- 1 file changed, 2 deletions(-) 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);