HostDisplay: Remove sleep logging

Accidentially left this in...
This commit is contained in:
Connor McLaughlin 2022-12-04 18:34:00 +10:00
parent f8cb480779
commit 1ba877409f

View file

@ -132,9 +132,7 @@ void HostDisplay::ThrottlePresentation()
else
m_last_frame_displayed_time += sleep_period;
Common::Timer tt;
Common::Timer::SleepUntil(m_last_frame_displayed_time, false);
Log_WarningPrintf("sleep time %.2f ms", tt.GetTimeMilliseconds());
}
bool HostDisplay::GetHostRefreshRate(float* refresh_rate)