mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 21:50:20 +00:00
8164752: Extraneous debugging printf in hb-jdk-font.cc
Reviewed-by: bpb
This commit is contained in:
parent
60eccdede5
commit
1e96a6f24b
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user