diff --git a/web/index.html b/web/index.html
index 767972c..36d76b3 100644
--- a/web/index.html
+++ b/web/index.html
@@ -26,35 +26,6 @@
-
-
-
-
diff --git a/web/main.js b/web/main.js
index c3425b9..db1c2e3 100644
--- a/web/main.js
+++ b/web/main.js
@@ -198,12 +198,9 @@ function updateNodeData(node, temperature, humidity, eCO2, TVOC) {
document.getElementById("CO2Status").textContent = "Connected";
document.getElementById("TVOCStatus").textContent = "Connected";
- // Update the graph
+ // Update the graph`
graphNode1.updateData(temperature, humidity, eCO2, TVOC);
graphNode1.updateGraph();
-
- graphNode2.updateData(temperature, humidity, eCO2, TVOC);
- graphNode2.updateGraph();
}
// Call the function to create the HTML structure