Skip to content

Commit

Permalink
Remove some logspam on SDL builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 29, 2024
1 parent aa7f887 commit 4de4dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Render/Text/draw_text_sdl.cpp
Expand Up @@ -285,7 +285,6 @@ void TextDrawerSDL::MeasureString(const char *str, size_t len, float *w, float *
if (iter != sizeCache_.end()) {
entry = iter->second.get();
} else {
printf("re-measuring %s\n", str);
TTF_Font *font = fontMap_.find(fontHash_)->second;
int ptSize = TTF_FontHeight(font) / 1.35;

Expand Down

0 comments on commit 4de4dc1

Please sign in to comment.