comparison client/src/components/importoverview/StretchDetails.vue @ 4454:69166db6ba8a

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents 4d0a09ae0828
children 008bc1ae8897
comparison
equal deleted inserted replaced
4453:9b9f60e26b39 4454:69166db6ba8a
132 zoom: 17, 132 zoom: 17,
133 preventZoomOut: true 133 preventZoomOut: true
134 }); 134 });
135 }) 135 })
136 .catch(error => { 136 .catch(error => {
137 console.log(error);
138 const { status, data } = error.response; 137 const { status, data } = error.response;
139 displayError({ 138 displayError({
140 title: this.$gettext("Backend Error"), 139 title: this.$gettext("Backend Error"),
141 message: `${status}: ${data.message || data}` 140 message: `${status}: ${data.message || data}`
142 }); 141 });