From 8a2ca037a68767293f3e79f33c1d4987719fc38c Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 25 Feb 2019 17:43:32 -0800 Subject: [PATCH] libtxt: remove a debug log message in ComputeStrut (flutter/engine#7953) --- engine/src/flutter/third_party/txt/src/txt/paragraph.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/third_party/txt/src/txt/paragraph.cc b/engine/src/flutter/third_party/txt/src/txt/paragraph.cc index b08bf3559c..3c0e6d6027 100644 --- a/engine/src/flutter/third_party/txt/src/txt/paragraph.cc +++ b/engine/src/flutter/third_party/txt/src/txt/paragraph.cc @@ -458,7 +458,6 @@ void Paragraph::ComputeStrut(StrutMetrics* strut, SkFont& font) { static_cast(faked_font.font) ->GetSkTypeface() ->getFamilyName(&str); - FML_DLOG(ERROR) << str.c_str(); font.setTypeface(static_cast(faked_font.font)->GetSkTypeface()); font.setSize(paragraph_style_.strut_font_size); SkFontMetrics strut_metrics;