mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-14 14:17:46 -04:00
Remove warning that triggered during normal operation
This commit is contained in:
1 parent
c2ec44c0b7
commit
bf99c32e72
1 file changed
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user