pcecd: disable print on sector reading.

This commit is contained in:
sorgelig
2020-05-08 03:46:19 +08:00
parent 67f2255437
commit 73b4e1bb0e

View File

@@ -334,7 +334,7 @@ void pcecdd_t::Update() {
if (SendData)
SendData(sec_buf, 2048 + 2, PCECD_DATA_IO_INDEX);
printf("\x1b[32mPCECD: Data sector send = %i\n\x1b[0m", this->lba);
//printf("\x1b[32mPCECD: Data sector send = %i\n\x1b[0m", this->lba);
}
else
{