Removed an excess logging line.

This commit is contained in:
OBattler
2025-05-18 08:18:18 +02:00
parent 196289d6e5
commit 76c3ad9868

View File

@@ -2410,8 +2410,6 @@ fdc_init(const device_t *info)
fdc_t *fdc = (fdc_t *) calloc(1, sizeof(fdc_t));
fdc->flags = info->local;
if (fdc->flags & FDC_FLAG_SMC661)
pclog("661!\n");
if (fdc->flags & FDC_FLAG_SEC)
fdc->irq = FDC_SECONDARY_IRQ;