scsi_cdrom: Remove debug logging

This commit is contained in:
richardg867
2024-10-27 14:10:28 -03:00
committed by GitHub
parent aeaaa09b16
commit b0e8647753

View File

@@ -1377,7 +1377,6 @@ scsi_cdrom_read_data(scsi_cdrom_t *dev, int msf, int type, int flags, int32_t *l
scsi_cdrom_illegal_mode(dev);
return 0;
} else if (ret < 0) {
pclog("we have a circ\n");
scsi_cdrom_circ_error(dev);
return -1;
}