remove xs logging

pull/41/head
Dave Conway-Jones 7 years ago
parent 40dac68dab
commit a478a3ac63
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

@ -1,6 +1,6 @@
{
"name" : "node-red-contrib-web-worldmap",
"version" : "1.1.5",
"version" : "1.1.6",
"description" : "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies" : {
"express": "^4.15.0",

@ -1090,16 +1090,12 @@ function setMarker(data) {
}
function doCommand(cmd) {
console.log("COMMAND",cmd);
//console.log("COMMAND",cmd);
// ignore server side initial command if client position already saved.
if (cmd.hasOwnProperty("init") && initialposition) {
return;
}
if (cmd.hasOwnProperty("clear")) {
console.log("CLEAR",cmd.clear);
console.log(layers);
console.log(markers);
console.log(polygons);
doTidyUp(cmd.clear);
}
if (cmd.hasOwnProperty("panit")) {

@ -1,5 +1,5 @@
CACHE MANIFEST
# date: Oct 10th 2017 - v1.1.5
# date: Oct 10th 2017 - v1.1.6
CACHE:
index.html

Loading…
Cancel
Save