commit a7702cdcdbca45be67321659c9850cd2a8f7f84f
parent f0ae3a0288b958358f1ccb3865d5ff48274e252e
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Fri, 21 Apr 2017 11:45:29 +0300
[jnx] removed debug print
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/lib/leaflet.control.jnx/jnx-maker.js b/src/lib/leaflet.control.jnx/jnx-maker.js
@@ -95,7 +95,6 @@ async function makeJnxFromLayer(srcLayer, layerName, maxZoomLevel, latLngBounds,
}
let xhr = imageRec.image;
- console.log(xhr.responseURL, xhr.response.byteLength);
if (xhr === null || xhr.status !== 200 || !xhr.response || !xhr.response.byteLength) {
continue;
}