diff --git a/src/font.cpp b/src/font.cpp index 2d2e71d..b9698dd 100644 --- a/src/font.cpp +++ b/src/font.cpp @@ -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; }