From 828513409f8f32dbedf7fabec409512937a34fff Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 30 Apr 2020 17:46:33 +1000 Subject: [PATCH] Qt: Remove unnecessary log spam --- src/duckstation-qt/qthostinterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index fe8f0bc87..912037e24 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -834,7 +834,6 @@ void QtHostInterface::threadEntryPoint() { // wait until we have a system before running m_worker_thread_event_loop->exec(); - Log_WarningPrintf("Event loop executed"); continue; }