Skip to content

Commit 7e314dc

Browse files
author
jan
committed
remove confusing dead code
1 parent 0a30c71 commit 7e314dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

io.sloeber.core/src/io/sloeber/core/internal/SloeberConfiguration.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,11 @@ public void serialize(KeyValueTree keyValuePairs) {
136136
public SloeberConfiguration(IAutoBuildConfigurationDescription autoCfgDescription, KeyValueTree keyValues) {
137137
setAutoBuildDescription(autoCfgDescription);
138138
Map<String, String> envVars =keyValues.toKeyValues(false);
139-
// for (Entry<String, KeyValueTree> curChild : keyValues.getChildren().entrySet()) {
140-
// envVars.put(curChild.getKey(), curChild.getValue().getValue());
141-
// }
142139
myBoardDescription = new BoardDescription(envVars);
143140
myOtherDesc = new OtherDescription(envVars);
144141
myCompileDescription = new CompileDescription(envVars);
145142
myMemoryIsDirty = true;
146-
// configure(); Seems I can not dpo the config here
143+
// configure(); Seems I can not do the config here
147144
}
148145

149146
@Override

0 commit comments

Comments
 (0)