Remove debug code
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user