diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2017-03-04 05:06:47 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2017-03-04 05:07:30 +0200 |
commit | 919d5ac6b02e85126b3938c31daf4a891d3b2d90 (patch) | |
tree | d729c6081676adc3626f893954354a7ded015db9 | |
parent | c328c26a67a865d965cb8bde1b248eeae92f4e75 (diff) |
Make vcl.harfbuzz logging less verbose
Change-Id: I9b93c11e34ca880e9a60fb0fce49777c274568e6
-rw-r--r-- | vcl/source/gdi/CommonSalLayout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index af79404ba979..13665f71f6e3 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -562,7 +562,6 @@ bool CommonSalLayout::LayoutText(ImplLayoutArgs& rArgs) assert(ok); (void) ok; hb_buffer_set_content_type(pHbBuffer, HB_BUFFER_CONTENT_TYPE_GLYPHS); - SAL_INFO("vcl.harfbuzz", hb_shape_plan_get_shaper(pHbPlan) << " shaper used for " << mrFontSelData.GetFamilyName()); hb_shape_plan_destroy(pHbPlan); int nRunGlyphCount = hb_buffer_get_length(pHbBuffer); |