remove log message when loading the pref
[lantea.git] / js / map.js
index f214881ee9084276418f68d7b72707b87cc90574..c7a69e835d56ed86f3548dbcc6930b4cb99be27a 100644 (file)
--- 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;
       }