From d8454d62675dc60e38f2e5a7fd5516ea194cb84e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 20 Jun 2025 12:27:12 -0500 Subject: [PATCH] remove some debugging logs --- assets/js/map.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/assets/js/map.ts b/assets/js/map.ts index 4eca4ff..d5dd634 100644 --- a/assets/js/map.ts +++ b/assets/js/map.ts @@ -821,21 +821,6 @@ let MapAPRSMap = { const x = -column * 128; const y = -row * 128; - // Debug log for symbol mapping - console.log("APRS Symbol Icon:", { - symbolTableId, - symbolCode, - symbolCodeChar: symbolCode.charCodeAt(0), - tableId, - index, - row, - column, - x, - y, - spriteFile, - expected: `Row ${row}, Col ${column} should show symbol '${symbolCode}'`, - }); - // Create the HTML string directly to ensure proper style application const iconHtml = `