mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
libtxt: remove a debug log message in ComputeStrut (flutter/engine#7953)
This commit is contained in:
parent
153bf88d71
commit
8a2ca037a6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user