mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 04:33:53 +03:00
removed unnecessary log
This commit is contained in:
parent
e615ac8802
commit
f09ddbf8d8
@ -138,7 +138,6 @@ export class KnobComponent implements OnInit, OnDestroy {
|
||||
if (this.dragging) {
|
||||
this.continueAnimation = false
|
||||
const change = -event.movementY / (100 / this.max)
|
||||
console.log(change)
|
||||
this.value += change
|
||||
this.userChangedValue.emit({ value: this.value })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user