From 4bcc5a312ae084e50d0f619d0acae573750a8083 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 14 Apr 2024 16:39:56 +1000 Subject: [PATCH] System: Remove log spam --- src/core/system.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index fb44a9071..423000a85 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -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;