System: Remove log spam

This commit is contained in:
Stenzek 2024-04-14 16:39:56 +10:00
parent fbe54f454f
commit 4bcc5a312a
No known key found for this signature in database

View file

@ -1920,10 +1920,6 @@ void System::FrameDone()
Common::Timer::SleepUntil(pre_frame_sleep_until, true);
current_time = Common::Timer::GetCurrentValue();
}
else
{
Log_WarningPrint("Skipping pre-frame sleep");
}
}
s_frame_start_time = current_time;