From f18f21878cba481a1eb03e2392b0fdc7b3638b8c Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 26 Feb 2026 21:59:39 +0100 Subject: [PATCH] CL-GD 54xx: Remove the excess logging line. --- src/video/vid_cl54xx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/vid_cl54xx.c b/src/video/vid_cl54xx.c index edf49fe88..91ec82912 100644 --- a/src/video/vid_cl54xx.c +++ b/src/video/vid_cl54xx.c @@ -1879,7 +1879,6 @@ gd54xx_recalctimings(svga_t *svga) svga->interlace = 0; } - pclog("CRTC1a=%x, interlace=%x.\n", svga->crtc[0x1a] & 0x01, svga->interlace); clocksel = (svga->miscout >> 2) & 3; if (!gd54xx->vclk_n[clocksel] || !gd54xx->vclk_d[clocksel])