From bf99c32e7227731f87b0eeffedd16058d98de2c0 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 18 Aug 2026 17:25:52 -0500 Subject: [PATCH] Remove warning that triggered during normal operation --- ProfileManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ProfileManager.cpp b/ProfileManager.cpp index a7b3ff780..55930b532 100644 --- a/ProfileManager.cpp +++ b/ProfileManager.cpp @@ -232,7 +232,6 @@ std::vector ProfileManager::GetControllerListFromLegacyProfile(s if(!profile_file.is_open()) { - LOG_WARNING("[%s] Unable to open legacy profile: %s", PROFILEMANAGER, filename.string().c_str()); return(temp_controllers); }