diff --git a/Components/1770/1770.cpp b/Components/1770/1770.cpp index f236c2b17..076384588 100644 --- a/Components/1770/1770.cpp +++ b/Components/1770/1770.cpp @@ -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: