Remove warning that triggered during normal operation

This commit is contained in:
Adam Honse committed 2026-08-18 17:25:52 -05:00
1 parent c2ec44c0b7
commit bf99c32e72
1 file changed
-1
-1
View File
@@ -232,7 +232,6 @@ std::vector<RGBController*> 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);
}