1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-23 20:29:42 +00:00

Disables status logging, at least until next needed.

This commit is contained in:
Thomas Harte 2019-12-24 21:44:50 -05:00
parent a8ba3607b7
commit e59de71d79

View File

@ -99,7 +99,7 @@ uint8_t WD1770::get_register(int address) {
if(status_.type == Status::One)
status |= (status_.spin_up ? Flag::SpinUp : 0);
}
LOG("Returned status " << PADHEX(2) << int(status) << " of type " << 1+int(status_.type));
// LOG("Returned status " << PADHEX(2) << int(status) << " of type " << 1+int(status_.type));
return status;
}
case 1: