changeset 587:53b7a46c53a7

removed console.log
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 07 Sep 2018 11:38:31 +0200
parents 2821e087a973
children b26ed3f3691e
files client/src/application/Topbar.vue
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Topbar.vue	Fri Sep 07 11:36:48 2018 +0200
+++ b/client/src/application/Topbar.vue	Fri Sep 07 11:38:31 2018 +0200
@@ -65,7 +65,6 @@
   computed: {
     routeName() {
       const routeName = this.$route.name;
-      console.log(routeName);
       return routeName;
     }
   }