comparison client/src/components/fairway/AvailableFairwayDepthDialogue.vue @ 4454:69166db6ba8a

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents 950fecfec4ca
children 130e929bab8f
comparison
equal deleted inserted replaced
4453:9b9f60e26b39 4454:69166db6ba8a
569 }) 569 })
570 .then(() => { 570 .then(() => {
571 this.$store.commit("application/paneSetup", "AVAILABLEFAIRWAYDEPTH"); 571 this.$store.commit("application/paneSetup", "AVAILABLEFAIRWAYDEPTH");
572 }) 572 })
573 .catch(error => { 573 .catch(error => {
574 console.log(error);
575 const { status, data } = error.response; 574 const { status, data } = error.response;
576 displayError({ 575 displayError({
577 title: this.$gettext("Backend Error"), 576 title: this.$gettext("Backend Error"),
578 message: `${status}: ${data.message || data}` 577 message: `${status}: ${data.message || data}`
579 }); 578 });