grub-mkfont: Remove leftover debug statement.

This commit is contained in:
Vladimir Serbinenko 2017-01-31 22:32:21 +01:00
parent 0fd9fa565b
commit f14c77f501
1 changed files with 0 additions and 3 deletions

View File

@ -179,9 +179,6 @@ add_glyph (struct grub_font_info *font_info, FT_UInt glyph_idx, FT_Face face,
if (font_info->flags & GRUB_FONT_FLAG_BOLD)
FT_GlyphSlot_Embolden (glyph);
if (glyph->next)
printf ("%x\n", char_code);
if (nocut)
cuttop = cutbottom = cutleft = cutright = 0;
else