mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Remove unnecessary console.log
This commit is contained in:
parent
237086245b
commit
edc95ad5db
|
@ -215,8 +215,6 @@ export default class {
|
|||
async forward(skip: number): Promise<void> {
|
||||
this.manualForward(skip);
|
||||
|
||||
console.log(this.getCurrent());
|
||||
|
||||
try {
|
||||
if (this.getCurrent() && this.status !== STATUS.PAUSED) {
|
||||
await this.play();
|
||||
|
|
Loading…
Reference in a new issue