diff --git a/sncf-station/src/TrainsTable.js b/sncf-station/src/TrainsTable.js index 6c39561..c96bd4b 100644 --- a/sncf-station/src/TrainsTable.js +++ b/sncf-station/src/TrainsTable.js @@ -109,7 +109,6 @@ function TrainRow({train, tableType, date, time}) { const route = routeQuery.data ?? {} const trainType = getTrainType(train, trip, route) const backgroundColor = getBackgroundColor(train, trip, route) - console.log(backgroundColor) const textColor = getTextColor(train, trip, route) const trainTypeDisplay = getTrainTypeDisplay(trainType)