aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/map.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes/map.tsx')
-rw-r--r--src/frontend/app/routes/map.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/app/routes/map.tsx b/src/frontend/app/routes/map.tsx
index 279f096..1ce9942 100644
--- a/src/frontend/app/routes/map.tsx
+++ b/src/frontend/app/routes/map.tsx
@@ -146,7 +146,6 @@ export default function StopMap() {
stopCode: props.code,
name: props.name || "Unknown Stop",
lines: routes.map((route) => {
- console.log(route);
return {
line: route.shortName,
colour: route.colour,