File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
io.sloeber.core/src/io/sloeber/core/internal Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,11 @@ public void serialize(KeyValueTree keyValuePairs) {
136
136
public SloeberConfiguration (IAutoBuildConfigurationDescription autoCfgDescription , KeyValueTree keyValues ) {
137
137
setAutoBuildDescription (autoCfgDescription );
138
138
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
- // }
142
139
myBoardDescription = new BoardDescription (envVars );
143
140
myOtherDesc = new OtherDescription (envVars );
144
141
myCompileDescription = new CompileDescription (envVars );
145
142
myMemoryIsDirty = true ;
146
- // configure(); Seems I can not dpo the config here
143
+ // configure(); Seems I can not do the config here
147
144
}
148
145
149
146
@ Override
You can’t perform that action at this time.
0 commit comments