Skip to content

Commit

Permalink
schrodinger: revert system obj import
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Feb 2, 2021
1 parent 56e6275 commit 5d24e90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ public String getPassword() {
@Override
protected void initSystem(Task task, OperationResult initResult) throws Exception {
super.initSystem(task, initResult);
addObjectFromFile(SYSTEM_CONFIG_INITIAL, true, initResult);
// addObjectFromFile(SYSTEM_CONFIG_INITIAL, true, initResult);
getObjectListToImport().forEach(objFile -> addObjectFromFile(objFile, true, initResult));
}

Expand Down

0 comments on commit 5d24e90

Please sign in to comment.