no message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user