remove debug output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
10c530454e
commit
1b679e0185
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user