From f0d494ba57a27425574e86c9d33da5f5a18dfce0 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 14:47:22 -0700 Subject: [PATCH] chore: Remove unused console log --- metar.html | 1 - 1 file changed, 1 deletion(-) 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')