diff --git a/metar.html b/metar.html
index ee12ec1..0efd4a8 100644
--- a/metar.html
+++ b/metar.html
@@ -114,7 +114,6 @@
metarDisplay.textContent = metarString;
const decodedMetar = parseMetar(metarString);
- console.log("Decoded METAR:", decodedMetar);
}
fetch('metars.txt')