From 919d5ac6b02e85126b3938c31daf4a891d3b2d90 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 4 Mar 2017 05:06:47 +0200 Subject: Make vcl.harfbuzz logging less verbose Change-Id: I9b93c11e34ca880e9a60fb0fce49777c274568e6 --- vcl/source/gdi/CommonSalLayout.cxx | 1 - 1 file changed, 1 deletion(-) 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); -- cgit