diff client/src/components/Pdftool.vue @ 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 351d38269e4e
children 661af6353d3b
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;