We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2db42 commit e336abfCopy full SHA for e336abf
src/main/java/lsp/LSPControlerListener.java
@@ -176,7 +176,7 @@ public void notifyIterationStarts(IterationStartsEvent event) {
176
177
@Override
178
public void notifyIterationEnds(IterationEndsEvent event) {
179
- var io = new OutputDirectoryHierarchy(scenario.getConfig());
180
- new LSPPlanXmlWriter(LSPUtils.getLSPs(scenario)).write(io.getIterationFilename(event.getIteration(), "lsps.xml"));
+// var io = new OutputDirectoryHierarchy(scenario.getConfig());
+// new LSPPlanXmlWriter(LSPUtils.getLSPs(scenario)).write(io.getIterationFilename(event.getIteration(), "lsps.xml"));
181
}
182
0 commit comments