1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 02:04:44 +00:00

Remove extra log line

This commit is contained in:
Samuel Gomes 2024-04-30 12:55:31 +05:30
parent dbe028e799
commit b3a247c97e

View file

@ -839,8 +839,6 @@ int32_t FontLoad(const uint8_t *content_original, int32_t content_bytes, int32_t
FONT_DEBUG_PRINT("Monospace font (width = %li) requested", fontManager.fonts[h]->monospaceWidth);
}
FONT_DEBUG_PRINT("Monospace font (width = %li) requested", fontManager.fonts[h]->monospaceWidth);
}
FONT_DEBUG_PRINT("Font (height = %i, index = %i) successfully initialized", default_pixel_height, which_font);