Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
remove unused internal variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Jan 19, 2024
1 parent 1837f13 commit 2d14bd4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public static void printShipmentsOfLSP(String outputDir, LSP lsp) {

public static void printResults_shipmentPlan(String outputDir, LSP lsp) {
System.out.println("Writing out shipmentPlan for LSP");
LSPPlan lspPlan = lsp.getSelectedPlan();
try (BufferedWriter writer =
IOUtils.getBufferedWriter(outputDir + "/" + lsp.getId().toString() + "_schedules.tsv")) {
final String str0 = "LSP: " + lsp.getId();
Expand Down

0 comments on commit 2d14bd4

Please sign in to comment.