From 24efc4d2f279298ec645eca1b1d07404f5c8f8ab Mon Sep 17 00:00:00 2001 From: Ancurio Date: Wed, 29 Sep 2021 18:02:43 +0200 Subject: [PATCH] Remove console spam --- src/font.cpp | 1 - 1 file changed, 1 deletion(-) 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; }