diff --git a/uppsrc/Draw/Font.cpp b/uppsrc/Draw/Font.cpp index bfed6cf6a..6b385a6fa 100644 --- a/uppsrc/Draw/Font.cpp +++ b/uppsrc/Draw/Font.cpp @@ -94,8 +94,6 @@ void Font::SyncStdFont() { DrawLock __; StdFontSize = Size(AStdFont.GetAveWidth(), AStdFont().Bold().GetCy()); - DDUMP(StdFontSize); - DDUMP(AStdFont.GetHeight()); } void (*whenSetStdFont)();