remove some debugging logs
This commit is contained in:
parent
aef57244f5
commit
d8454d6267
1 changed files with 0 additions and 15 deletions
|
|
@ -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 = `<div style="
|
||||
width: 32px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue