[Libreoffice-commits] core.git: vcl/source

Khaled Hosny khaledhosny at eglug.org
Sat Mar 4 03:08:04 UTC 2017


 vcl/source/gdi/CommonSalLayout.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 919d5ac6b02e85126b3938c31daf4a891d3b2d90
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Sat Mar 4 05:06:47 2017 +0200

    Make vcl.harfbuzz logging less verbose
    
    Change-Id: I9b93c11e34ca880e9a60fb0fce49777c274568e6

diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index af79404..13665f7 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);


More information about the Libreoffice-commits mailing list