mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
particle/string: remove useless debug log
This commit is contained in:
parent
6dfe479ddc
commit
8a4d9137ff
1 changed files with 0 additions and 5 deletions
|
@ -38,13 +38,8 @@ static int
|
||||||
begin_expose(struct exposable *exposable)
|
begin_expose(struct exposable *exposable)
|
||||||
{
|
{
|
||||||
struct eprivate *e = exposable->private;
|
struct eprivate *e = exposable->private;
|
||||||
|
|
||||||
struct font *font = exposable->particle->font;
|
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->glyphs = NULL;
|
||||||
e->num_glyphs = 0;
|
e->num_glyphs = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue