summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framebuffer/fb_font_freetype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/framebuffer/fb_font_freetype.c b/framebuffer/fb_font_freetype.c
index b4d320126..69e2260ce 100644
--- a/framebuffer/fb_font_freetype.c
+++ b/framebuffer/fb_font_freetype.c
@@ -165,7 +165,6 @@ FT_Glyph fb_getglyph(const struct css_style *style, uint32_t ucs4)
&glyph,
NULL);
- LOG(("Returning glyph %p for index %d advance %d", glyph, glyph_index,glyph->advance.x>>16));
return glyph;
}