remove debug output

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-07-31 22:47:57 +02:00
parent 10c530454e
commit 1b679e0185

View File

@ -81,8 +81,6 @@ export default class ToolSlider extends Mixins(BaseMixin) {
if (this.value >= this.processedMax) {
this.processedMax = (Math.ceil(this.value / this.dynamicStep) + 1) * this.dynamicStep
}
window.console.log(this.label, this.value, this.processedMax, this.max)
}
get colorBar() {