Remove debug code
This commit is contained in:
parent
ee5eb13a01
commit
a67ad3044f
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue