1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-24 15:29:32 +00:00

Remove log message

This commit is contained in:
Peter Evans 2018-01-18 16:20:53 -06:00
parent e77837ceed
commit a55fd2f71f

View File

@ -112,8 +112,6 @@ vm_bitfont_render(vm_bitfont *font,
// Get the spot in the bitmap where the glyph is found
vm_bitfont_offset(font, ch, &src);
log_critical("src.xoff = %d, src.yoff = %d", src.xoff, src.yoff);
// Bring the destination attributes into the SDL_Rect we need to
// pass into SDL_RenderCopy(). Also bring in the src attributes
// we've built earlier.