diff --git a/menu.js b/menu.js index 12e8695..260d4a8 100644 --- a/menu.js +++ b/menu.js @@ -114,7 +114,6 @@ export default function Menu({ getCurrentTrain }) { setSelectedCurrentStation(0); return; } - console.log(allStationData) if (allStationData[selectedCurrentStation] == undefined) { const count = selectedCurrentStation - 1; setSelectedCurrentStation(count);