1
1
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:
Nodeful 2021-07-23 00:50:55 +03:00
parent e615ac8802
commit f09ddbf8d8

View File

@ -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 })
}