8164752: Extraneous debugging printf in hb-jdk-font.cc

Reviewed-by: bpb
This commit is contained in:
Phil Race 2016-08-24 12:56:51 -07:00
parent 60eccdede5
commit 1e96a6f24b

View File

@ -52,7 +52,6 @@ hb_jdk_get_glyph (hb_font_t *font HB_UNUSED,
*glyph = (hb_codepoint_t)
env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, u);
printf("unicode=%x glyph=%x\n", unicode, *glyph);
return (*glyph != 0);
}