Remove console spam

This commit is contained in:
Ancurio 2021-09-29 18:02:43 +02:00
parent 5e3907c7f8
commit 24efc4d2f2
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ _TTF_Font *SharedFontState::getFont(std::string family,
int size)
{
if (family.empty()) {
Debug() << "Invalid font family" << family << "requested, substituting internal default";
family = p->defaultFamily;
}