CL-GD 54xx: Remove the excess logging line.

This commit is contained in:
OBattler
2026-02-26 21:59:39 +01:00
parent 6d67589736
commit f18f21878c

View File

@@ -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])