No bug - Remove a silly LOG_ENABLED() check.

LOG() already checks that.

MANUAL PUSH: trivial
This commit is contained in:
Emilio Cobos Álvarez 2019-09-16 17:04:47 +09:00
Родитель ee31fee500
Коммит b427bb0b08
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1246,9 +1246,7 @@ nsresult FontFaceSet::LogMessage(gfxUserFontEntry* aUserFontEntry,
message.AppendLiteral(" source: ");
message.Append(fontURI);
if (LOG_ENABLED()) {
LOG(("userfonts (%p) %s", mUserFontSet.get(), message.get()));
}
LOG(("userfonts (%p) %s", mUserFontSet.get(), message.get()));
// try to give the user an indication of where the rule came from
RawServoFontFaceRule* rule = FindRuleForUserFontEntry(aUserFontEntry);