chore: remove debug logging from default map feature

This commit is contained in:
Claude 2025-11-14 03:55:45 +00:00
parent e8767ce01a
commit de926c5456
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -293,11 +293,9 @@ async function checkLoadParameters() {
// restore onloadBehavior from localStorage if saved
const storedBehavior = localStorage.getItem("onloadBehavior");
WARN && console.warn("Stored onloadBehavior:", storedBehavior);
if (storedBehavior) {
byId("onloadBehavior").value = storedBehavior;
}
WARN && console.warn("Current onloadBehavior value:", byId("onloadBehavior").value);
// check if there is a default map saved to indexedDB
if (byId("onloadBehavior").value === "default") {