From ddcc5f053b153d24966e44bc0657852eef96534e Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 19 Oct 2024 02:46:07 +0000 Subject: [PATCH] fix --- menu.js | 1 - 1 file changed, 1 deletion(-) 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);