changeset 3411:f2e8f8beb913

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 15:25:17 +0200
parents e5bc8f4924cb
children 44574af7e3d3 5f9b67a717aa
files client/src/store/fairwayavailability.js
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/fairwayavailability.js	Thu May 23 15:24:28 2019 +0200
+++ b/client/src/store/fairwayavailability.js	Thu May 23 15:25:17 2019 +0200
@@ -204,7 +204,6 @@
         const URL = `/data/${endpoint}/fairway-depth/${encodeURIComponent(
           name
         )}?from=${from}T${start}&to=${to}T${end}&mode=${frequency}&los=${LOS}${additionalParams}`;
-        console.log(URL);
         HTTP.get(URL, {
           headers: { "X-Gemma-Auth": localStorage.getItem("token") }
         })