Skip to content

Commit

Permalink
clean up debugging println (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt authored Jan 23, 2024
1 parent a3e1dda commit cbbfbda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private static void start(int port) {
app.post("/api/calibration/importFromData", RequestHandler::onDataCalibrationImportRequest);

app.start(port);
System.out.println("hi");
}

/**
Expand Down

0 comments on commit cbbfbda

Please sign in to comment.