Update clock_manager.cpp

This commit is contained in:
souldbminersmwc
2026-02-16 18:41:59 -05:00
parent 190353dc11
commit be49a27118

View File

@@ -784,7 +784,6 @@ bool ClockManager::RefreshContext()
if(Board::GetConsoleType() != HorizonOCConsoleType_Hoag)
Board::SetDisplayRefreshDockedState(this->context->profile == SysClkProfile_Docked);
FileUtils::LogLine("[mgr] highest rate: %u", Board::GetHighestDockedDisplayRate());
return hasChanged;
}