msc: remove redundunt log

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

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

Loading…
Cancel
Save