From f14c77f5013f3a882a90f77c4ace08c49d41bdc7 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 31 Jan 2017 22:32:21 +0100 Subject: [PATCH] grub-mkfont: Remove leftover debug statement. --- util/grub-mkfont.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/grub-mkfont.c b/util/grub-mkfont.c index a0cab3a93..0fe45a610 100644 --- a/util/grub-mkfont.c +++ b/util/grub-mkfont.c @@ -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