X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=js%2Fmap.js;h=c7a69e835d56ed86f3548dbcc6930b4cb99be27a;hp=f214881ee9084276418f68d7b72707b87cc90574;hb=caca21cf7340cdbe264758abf63d2ab18f48fcca;hpb=7ef765750ee7eac523572bbd87396491fe955be1 diff --git a/js/map.js b/js/map.js index f214881..c7a69e8 100644 --- a/js/map.js +++ b/js/map.js @@ -169,7 +169,6 @@ function loadPrefs(aEvent) { gAction.addEventListener("prefs-step", loadPrefs, false); gWaitCounter++; gPrefs.get("active_map_style", function(aValue) { - console.log("active_map_style: >>" + aValue + "<<"); if (aValue && gMapStyles[aValue]) { gMap.activeMap = aValue; }