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

@ -177,7 +177,6 @@ async function saveAsDefaultMap() {
await ldb.set("defaultMap", blob);
localStorage.setItem("onloadBehavior", "default");
byId("onloadBehavior").value = "default";
WARN && console.warn("Default map saved. onloadBehavior set to:", localStorage.getItem("onloadBehavior"));
tip("Map is set as default and will open on load", true, "success", 5000);
} catch (error) {
ERROR && console.error(error);