From 8a4d9137fff938753ed85a868f6567377f4be1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 1 Dec 2019 19:29:27 +0100 Subject: [PATCH] particle/string: remove useless debug log --- particles/string.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/particles/string.c b/particles/string.c index f7b9085..eb3ac4f 100644 --- a/particles/string.c +++ b/particles/string.c @@ -38,13 +38,8 @@ static int begin_expose(struct exposable *exposable) { struct eprivate *e = exposable->private; - struct font *font = exposable->particle->font; - LOG_DBG("%s: ascent=%f, descent=%f, height=%f", - font->name, font->fextents.ascent, - font->fextents.descent, font->fextents.height); - e->glyphs = NULL; e->num_glyphs = 0;