# HG changeset patch # User Sascha L. Teichmann # Date 1626277952 -7200 # Node ID 7a96321be219f5f793bc711e3de974ec41ce60ab # Parent e36cadc51d35cc2ae274d04e90c7a303c4ecbaaf Commented out a console logging in client to supress build warnings. diff -r e36cadc51d35 -r 7a96321be219 client/src/components/Pdftool.vue --- 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;