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());