From caca21cf7340cdbe264758abf63d2ab18f48fcca Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 1 May 2015 03:33:19 +0200 Subject: [PATCH] remove log message when loading the pref --- js/map.js | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.35.3