From 1975f2f64ff3381c84a9460f4ad712d1794bacca Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 25 Dec 2025 05:17:22 +0100 Subject: [PATCH] fix: remove leftover stderr I should sleep --- lsfg-vk-common/src/configuration/detection.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lsfg-vk-common/src/configuration/detection.cpp b/lsfg-vk-common/src/configuration/detection.cpp index 307009d..a4fb74a 100644 --- a/lsfg-vk-common/src/configuration/detection.cpp +++ b/lsfg-vk-common/src/configuration/detection.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include @@ -103,8 +102,6 @@ std::optional> ls::findProfile( const ConfigFile& config, const Identification& id) { const auto& profiles = config.profiles(); - std::cerr << "wine exec: " << (id.wine_executable.has_value() ? id.wine_executable.value() : "none") << "\n"; - // check for the environment option first if (std::getenv("LSFGVK_ENV") != nullptr) return std::make_pair(IdentType::OVERRIDE, profiles.front());