comparison client/src/components/fairway/AvailableFairwayDepthDialogue.vue @ 3398:01f64ee0831f

removed console.log
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 10:57:46 +0200
parents 3675c60afd4f
children 7ea54c3b3fd6
comparison
equal deleted inserted replaced
3397:3675c60afd4f 3398:01f64ee0831f
440 "application/paneSetup", 440 "application/paneSetup",
441 "AVAILABLEFAIRWAYDEPTHLNWL" 441 "AVAILABLEFAIRWAYDEPTHLNWL"
442 ); 442 );
443 }) 443 })
444 .catch(error => { 444 .catch(error => {
445 console.log(error);
446 const { status, data } = error.response; 445 const { status, data } = error.response;
447 displayError({ 446 displayError({
448 title: this.$gettext("Backend Error"), 447 title: this.$gettext("Backend Error"),
449 message: `${status}: ${data.message || data}` 448 message: `${status}: ${data.message || data}`
450 }); 449 });