We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e615ac8 commit f09ddbfCopy full SHA for f09ddbf
1 file changed
modules/components/src/components/knob/knob.component.ts
@@ -138,7 +138,6 @@ export class KnobComponent implements OnInit, OnDestroy {
138
if (this.dragging) {
139
this.continueAnimation = false
140
const change = -event.movementY / (100 / this.max)
141
- console.log(change)
142
this.value += change
143
this.userChangedValue.emit({ value: this.value })
144
}
0 commit comments