changeset 5447:7a96321be219

Commented out a console logging in client to supress build warnings.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 14 Jul 2021 17:52:32 +0200
parents e36cadc51d35
children 2ad3a29e0e14 e00b3296fc02 b77edc2c3837
files client/src/components/Pdftool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Wed Jul 14 17:48:48 2021 +0200
+++ b/client/src/components/Pdftool.vue	Wed Jul 14 17:52:32 2021 +0200
@@ -334,7 +334,7 @@
           this.generatePDF(soundingInfo);
         })
         .catch(error => {
-          console.log(error);
+          // console.log(error);
           let message = "Backend not reachable";
           if (error.response) {
             const { status, data } = error.response;