diff --git a/src/core/host_display.cpp b/src/core/host_display.cpp index 79e2d6620..a2c595885 100644 --- a/src/core/host_display.cpp +++ b/src/core/host_display.cpp @@ -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)