changeset 2965:8acd0a235a94

client: maplayer: removed unnecessary line
author Markus Kottlaender <markus@intevation.de>
date Mon, 08 Apr 2019 17:40:09 +0200
parents b9625cf91f95
children 4bc2cc6364bc
files client/src/components/Maplayer.vue
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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");
   }