msc: remove redundunt log

v0.8
rrr-marble 3 years ago
parent 28a8d6c07a
commit 7c8a644df0

@ -20,7 +20,6 @@ export default {
},
methods: {
applyFilter() {
console.log("asd");
const filter = { "resolution": [this.reso_min, this.reso_max] }
this.$emit('filter', filter, this.name)
},

Loading…
Cancel
Save