# HG changeset patch # User Thomas Junk # Date 1558601866 -7200 # Node ID 01f64ee0831f5b59df92cbc7bd53fa214daba598 # Parent 3675c60afd4f1947597d6f698a3f3f7af2a86165 removed console.log diff -r 3675c60afd4f -r 01f64ee0831f client/src/components/fairway/AvailableFairwayDepthDialogue.vue --- 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"),