diff client/src/components/fairway/Fairwayprofile.vue @ 4263:f9c620cf0dd3

fairway_profile: remove console.log()
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 27 Aug 2019 09:09:17 +0200
parents a5694f6d62a4
children 3543af71d04c
line wrap: on
line diff
--- a/client/src/components/fairway/Fairwayprofile.vue	Mon Aug 26 17:21:26 2019 +0200
+++ b/client/src/components/fairway/Fairwayprofile.vue	Tue Aug 27 09:09:17 2019 +0200
@@ -287,13 +287,6 @@
           ? 0.8
           : parseFloat(parseInt(strokeColor.slice(7), 16) / 255).toFixed(2);
       let strokeDash = style.getStroke().getLineDash();
-      console.log({
-        fillColor,
-        fillOpacity,
-        strokeColor,
-        strokeOpacity,
-        strokeDash
-      });
       return { fillColor, fillOpacity, strokeColor, strokeOpacity, strokeDash };
     },
     applyChange() {