From a67ad3044f20bd2025a48b53e6b5db1125f4d7dc Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sat, 10 Feb 2024 18:31:02 +0100 Subject: [PATCH] Remove debug code --- sncf-station/src/TrainsTable.js | 1 - 1 file changed, 1 deletion(-) 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)