# HG changeset patch # User Markus Kottlaender # Date 1554738009 -7200 # Node ID 8acd0a235a944c86f34e5360bfdbd50748bd8f10 # Parent b9625cf91f95ebadefcdfaf820bd243690fd489a client: maplayer: removed unnecessary line diff -r b9625cf91f95 -r 8acd0a235a94 client/src/components/Maplayer.vue --- a/client/src/components/Maplayer.vue Mon Apr 08 17:33:45 2019 +0200 +++ b/client/src/components/Maplayer.vue Mon Apr 08 17:40:09 2019 +0200 @@ -380,8 +380,6 @@ console.log(error); }); - // so none is shown - this.updateBottleneckFilter("does_not_exist", "1999-10-01"); this.$store.dispatch("map/disableIdentifyTool"); this.$store.dispatch("map/enableIdentifyTool"); }