Skip to content

Commit

Permalink
fix: gaptime, color 구하는 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jul 28, 2024
1 parent a030aaf commit bc41a0c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ class PredictTargetTraffic(
}
}
log.info("Predicted Gap Time: $gapTime")
currentColor = if (color.isRed) {
RED
} else {
GREEN
}
currentTimeLeft = abs(gapTime)
log.info("Predicted Color: $currentColor, Predicted Time Left: $currentTimeLeft")

Expand Down

0 comments on commit bc41a0c

Please sign in to comment.