diff client/src/components/map/layers.js @ 4454:69166db6ba8a

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents 09406e3b052c
children 9887061df57b
line wrap: on
line diff
--- a/client/src/components/map/layers.js	Fri Sep 20 17:41:11 2019 +0200
+++ b/client/src/components/map/layers.js	Mon Sep 23 09:19:03 2019 +0200
@@ -470,7 +470,6 @@
               TILED: true
             },
             tileLoadFunction: function(tile, src) {
-              // console.log("calling for", tile, src);
               HTTP.get(src, {
                 headers: {
                   "X-Gemma-Auth": localStorage.getItem("token")
@@ -496,7 +495,6 @@
               TILED: true
             },
             tileLoadFunction: function(tile, src) {
-              // console.log("calling for", tile, src);
               HTTP.get(src, {
                 headers: {
                   "X-Gemma-Auth": localStorage.getItem("token")