From c3c8da49dbe07fcb779df0732ca04b7865aa5409 Mon Sep 17 00:00:00 2001 From: TC1995 Date: Sat, 5 Jun 2021 20:52:10 +0200 Subject: [PATCH] Removed log excess. --- src/video/vid_s3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/vid_s3.c b/src/video/vid_s3.c index 8b4b078b7..9752c708c 100644 --- a/src/video/vid_s3.c +++ b/src/video/vid_s3.c @@ -2232,8 +2232,6 @@ s3_out(uint16_t addr, uint8_t val, void *p) rs2 = !!(svga->crtc[0x43] & 0x02); else rs2 = (svga->crtc[0x55] & 0x01); - - pclog("Write RS2 enabled: crtc43 bit 1 = %02x, crtc55 bits 0-1 = %02x\n", svga->crtc[0x43] & 0x02, svga->crtc[0x55] & 0x03); if (s3->chip >= S3_TRIO32) svga_out(addr, val, svga); else if ((s3->chip == S3_VISION964 && s3->card_type != S3_ELSAWIN2KPROX_964) || (s3->chip == S3_86C928)) {