changeset 3414:5f9b67a717aa

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 15:30:03 +0200
parents f2e8f8beb913
children 0e54eca5d499
files client/src/components/fairway/AvailableFairwayDepthDialogue.vue
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Thu May 23 15:25:17 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Thu May 23 15:30:03 2019 +0200
@@ -506,7 +506,6 @@
           this.$store.commit("application/paneSetup", "AVAILABLEFAIRWAYDEPTH");
         })
         .catch(error => {
-          console.log(error);
           const { status, data } = error.response;
           displayError({
             title: this.$gettext("Backend Error"),