Qt: Remove unnecessary log spam

This commit is contained in:
Connor McLaughlin 2020-04-30 17:46:33 +10:00
parent 5cd78dcab5
commit 828513409f
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}