changeset 3398:01f64ee0831f

removed console.log
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 10:57:46 +0200
parents 3675c60afd4f
children e5df2cbb4d48 dc91d2b71a58
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 10:55:57 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Thu May 23 10:57:46 2019 +0200
@@ -442,7 +442,6 @@
           );
         })
         .catch(error => {
-          console.log(error);
           const { status, data } = error.response;
           displayError({
             title: this.$gettext("Backend Error"),