diff options
-rw-r--r-- | gui/ThemeNew.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index b971680bf9..ad85705655 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -1299,9 +1299,6 @@ const Graphics::Font *ThemeNew::loadFont(const char *filename) { return font; } - printf("normal font open!\n"); - fflush(stdout); - // normal open if (fontFile.open(filename)) { font = Graphics::NewFont::loadFont(fontFile); |