libtxt: remove a debug log message in ComputeStrut (flutter/engine#7953)

This commit is contained in:
Jason Simmons
2019-02-25 17:43:32 -08:00
committed by GitHub
parent 153bf88d71
commit 8a2ca037a6

View File

@@ -458,7 +458,6 @@ void Paragraph::ComputeStrut(StrutMetrics* strut, SkFont& font) {
static_cast<FontSkia*>(faked_font.font)
->GetSkTypeface()
->getFamilyName(&str);
FML_DLOG(ERROR) << str.c_str();
font.setTypeface(static_cast<FontSkia*>(faked_font.font)->GetSkTypeface());
font.setSize(paragraph_style_.strut_font_size);
SkFontMetrics strut_metrics;