Remove console spam
This commit is contained in:
parent
5e3907c7f8
commit
24efc4d2f2
|
@ -138,7 +138,6 @@ _TTF_Font *SharedFontState::getFont(std::string family,
|
||||||
int size)
|
int size)
|
||||||
{
|
{
|
||||||
if (family.empty()) {
|
if (family.empty()) {
|
||||||
Debug() << "Invalid font family" << family << "requested, substituting internal default";
|
|
||||||
family = p->defaultFamily;
|
family = p->defaultFamily;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue