Remove debug code

This commit is contained in:
Emmy D'Anello 2024-02-10 18:31:02 +01:00
parent ee5eb13a01
commit a67ad3044f
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ function TrainRow({train, tableType, date, time}) {
const route = routeQuery.data ?? {} const route = routeQuery.data ?? {}
const trainType = getTrainType(train, trip, route) const trainType = getTrainType(train, trip, route)
const backgroundColor = getBackgroundColor(train, trip, route) const backgroundColor = getBackgroundColor(train, trip, route)
console.log(backgroundColor)
const textColor = getTextColor(train, trip, route) const textColor = getTextColor(train, trip, route)
const trainTypeDisplay = getTrainTypeDisplay(trainType) const trainTypeDisplay = getTrainTypeDisplay(trainType)