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;