changeset 4263:f9c620cf0dd3

fairway_profile: remove console.log()
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 27 Aug 2019 09:09:17 +0200
parents 45802eac155b
children edfafea4b7b0
files client/src/components/fairway/Fairwayprofile.vue
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
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() {