chore: Remove unused console log

This commit is contained in:
2026-02-14 14:47:22 -07:00
committed by Tanner Collin (aider)
parent 5b057a88cc
commit f0d494ba57
-1
View File
@@ -114,7 +114,6 @@
metarDisplay.textContent = metarString;
const decodedMetar = parseMetar(metarString);
console.log("Decoded METAR:", decodedMetar);
}
fetch('metars.txt')