From 9b55b528d76898676af8b32afb4155c84a6a4f7c Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 23 May 2019 09:02:25 +0100 Subject: [PATCH] remove extraneous colsole.log --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- worldmap/worldmap.js | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e006c..b454cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Change Log for Node-RED Worldmap - - v2.0.11 - Ensure default icon is in place if not specified (regression) + - v2.0.12 - Ensure default icon is in place if not specified (regression) - v2.0.9 - Only update maxage on screen once it exists - v2.0.8 - Drop beta flag, re-organise index, js and css files. Now using leaflet 1.4 - v2.0.7-beta - Switch Ruler control to be independent of Draw library. diff --git a/README.md b/README.md index b2ab26d..e64a896 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ map web page for plotting "things" on. ### Updates -- v2.0.11 - Ensure default icon is in place if not specified (regression) +- v2.0.12 - Ensure default icon is in place if not specified (regression) - v2.0.9 - Only update maxage on screen once it exists - v2.0.8 - Drop beta flag, re-organise index, js and css files. Now using leaflet 1.4 - v2.0.7-beta - Switch Ruler control to be independent of Draw library. diff --git a/package.json b/package.json index 535a591..ca51b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-web-worldmap", - "version": "2.0.11", + "version": "2.0.12", "description": "A Node-RED node to provide a web page of a world map for plotting things on.", "dependencies": { "cgi": "0.3.1", diff --git a/worldmap/worldmap.js b/worldmap/worldmap.js index 0438733..e6de94e 100644 --- a/worldmap/worldmap.js +++ b/worldmap/worldmap.js @@ -1054,7 +1054,6 @@ function setMarker(data) { if (data.draggable === true) { drag = true; } //console.log("ICON",data.icon); - console.log("DATA",data); if (data.hasOwnProperty("icon")) { if (data.icon === "ship") { marker = L.boatMarker(ll, {