# HG changeset patch # User Markus Kottlaender # Date 1542891930 -3600 # Node ID b9fd587d8ea0db47b365746f6f65db50c5d117cf # Parent 5aeda02c51b9fa8258fec6faa08106c89f00140d removed console.log diff -r 5aeda02c51b9 -r b9fd587d8ea0 client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Thu Nov 22 13:37:29 2018 +0100 +++ b/client/src/components/Sidebar.vue Thu Nov 22 14:05:30 2018 +0100 @@ -104,8 +104,8 @@ logoff() { this.$store.commit("user/clearAuth"); this.$store.commit("application/showSidebar", false); - this.$store.commit("application/showUsermenu", false); this.$store.commit("application/showSplitscreen", false); + this.$store.dispatch("fairwayprofile/clearSelection"); this.$router.push("/login"); }, toggleContextBox(context) { diff -r 5aeda02c51b9 -r b9fd587d8ea0 client/src/components/map/toolbar/Cuttool.vue --- a/client/src/components/map/toolbar/Cuttool.vue Thu Nov 22 13:37:29 2018 +0100 +++ b/client/src/components/map/toolbar/Cuttool.vue Thu Nov 22 14:05:30 2018 +0100 @@ -31,7 +31,6 @@ }, methods: { toggleCutTool() { - console.log(this.selectedSurvey); if (this.selectedSurvey) { this.cutTool.setActive(!this.cutTool.getActive()); this.lineTool.setActive(false);