Skip to content

Commit f09ddbf

Browse files
committed
removed unnecessary log
1 parent e615ac8 commit f09ddbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/components/src/components/knob/knob.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export class KnobComponent implements OnInit, OnDestroy {
138138
if (this.dragging) {
139139
this.continueAnimation = false
140140
const change = -event.movementY / (100 / this.max)
141-
console.log(change)
142141
this.value += change
143142
this.userChangedValue.emit({ value: this.value })
144143
}

0 commit comments

Comments
 (0)