msc: remove redundunt log

v0.4
rrr-marble 3 years ago
parent 7722b040e7
commit 9b2313621c

@ -28,7 +28,6 @@ export default {
// range values are inverted inthe model,
// so invert them back and compute depth values
const depthValue = [ 3000-this.rangeValue[1]*30, 3000-this.rangeValue[0]*30 ]
console.log(depthValue);
const filter = { "depth": depthValue }
this.$emit('filter', filter, this.name)
},

Loading…
Cancel
Save