Removed excess logging from the (S)VGA renderer.

This commit is contained in:
OBattler
2016-08-03 16:35:21 +02:00
parent 3fc8270742
commit 9b30305bd1

View File

@@ -128,7 +128,6 @@ void svga_render_text_80(svga_t *svga)
attr = svga->vram[(svga->ma << 1) + 1];
if (attr & 8) charaddr = svga->charsetb + (chr * 128);
else charaddr = svga->charseta + (chr * 128);
pclog("Character address is: %08X\n", charaddr);
if (drawcursor)
{