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

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents c0f8f9ba21a7
children 008bc1ae8897
comparison
equal deleted inserted replaced
4453:9b9f60e26b39 4454:69166db6ba8a
101 zoom: 17, 101 zoom: 17,
102 preventZoomOut: true 102 preventZoomOut: true
103 }); 103 });
104 }) 104 })
105 .catch(error => { 105 .catch(error => {
106 console.log(error);
107 const { status, data } = error.response; 106 const { status, data } = error.response;
108 displayError({ 107 displayError({
109 title: this.$gettext("Backend Error"), 108 title: this.$gettext("Backend Error"),
110 message: `${status}: ${data.message || data}` 109 message: `${status}: ${data.message || data}`
111 }); 110 });