no message

This commit is contained in:
2025-01-16 19:53:51 +03:00
parent 328a00063e
commit 095c0bad9a
5 changed files with 59 additions and 9 deletions

View File

@@ -35,11 +35,6 @@ public class ApplyProfile extends Pass<SapforProfile> {
if (sapforProfileSetting.sapforprofile_id == target.id)
settings.add(sapforProfileSetting);
//--
/*
for (SapforProfileSetting setting : settings)
if (Global.mainModule.getDb().settings.containsKey(setting.name))
Global.mainModule.getPass(PassCode.UpdateSetting).Do(setting.name, setting.value);
//--
*/
Global.mainModule.getProject().sapforProperties.applyProfile(settings);
}
}