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