Skip to content

Commit

Permalink
ref: removed unused output
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 22, 2024
1 parent dbc68ab commit 7b30804
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ private void resetOther() {
public void resetPathway(final @Nullable Point point) {
this.setPathStatus(EnumPathUsage.FREE, point);
resetFirstSignal();
System.out.println(getListOfNodes());
if (data.totalPathwayReset(point)) {
resetOther();
resetAllTrainNumbers();
Expand Down

0 comments on commit 7b30804

Please sign in to comment.