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