diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index 1d26202d2..094cc8a43 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -719,7 +719,6 @@ void QtHostInterface::OnSystemStateSaved(bool global, s32 slot) void QtHostInterface::LoadSettings() { m_settings_interface = std::make_unique(CommonHostInterface::GetSettingsFileName()); - Log::SetConsoleOutputParams(true); if (!CommonHostInterface::CheckSettings(*m_settings_interface.get())) {