Skip to content

Commit

Permalink
ref: removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 21, 2024
1 parent cd28b59 commit 684626c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ protected void updateSignalStates() {
if (!next.isExecutingSignalSet) {
position.state = SignalState.GREEN;
}
if (next.isBlocked) {
position.state = SignalState.RED;
}
} else {
position.state = SignalState.RED;
}
Expand Down

0 comments on commit 684626c

Please sign in to comment.