From 18cf8102182f6b6905d9225b6b9b9ca4be3d3986 Mon Sep 17 00:00:00 2001 From: hoischreck Date: Sat, 6 Apr 2024 12:36:23 +0200 Subject: [PATCH] holy commit 2 --- client/src/components/Banner.js | 2 +- client/src/components/RealtimeMap.js | 3 --- dev/randomutil.py | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/client/src/components/Banner.js b/client/src/components/Banner.js index 3273eca6..4adc2882 100644 --- a/client/src/components/Banner.js +++ b/client/src/components/Banner.js @@ -7,7 +7,7 @@ function Banner() {
Wischen & Mischen
{/* This will take up the unused space */}
-
Docs
+
Docs
Home
Data Solutions
About
diff --git a/client/src/components/RealtimeMap.js b/client/src/components/RealtimeMap.js index 7ec2903d..e8602c9e 100644 --- a/client/src/components/RealtimeMap.js +++ b/client/src/components/RealtimeMap.js @@ -39,7 +39,6 @@ function RealtimeMap() { }, []); const tripMarkers = Object.values(data).map(item => { - // console.log(item.utilization.rel); let icon; let color; if (item.utilization.rel == null) { @@ -54,8 +53,6 @@ function RealtimeMap() { icon = getIcon(item.subType, color); - console.log(icon.options) - return ( diff --git a/dev/randomutil.py b/dev/randomutil.py index 2b24e87c..7a193fb2 100644 --- a/dev/randomutil.py +++ b/dev/randomutil.py @@ -3,8 +3,8 @@ import time import numpy as np -# BASEURL = f"https://hackhpi24.ivo-zilkenat.de/api/" -BASEURL = f"http://localhost:3001/api/" +BASEURL = f"https://hackhpi24.ivo-zilkenat.de/api/" +# BASEURL = f"http://localhost:3001/api/" capacities = {"suburban": 600, "subway": 600,