mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-18 20:43:55 +02:00
Remove unnecessary console.log
This commit is contained in:
parent
237086245b
commit
edc95ad5db
1 changed files with 0 additions and 2 deletions
|
@ -215,8 +215,6 @@ export default class {
|
||||||
async forward(skip: number): Promise<void> {
|
async forward(skip: number): Promise<void> {
|
||||||
this.manualForward(skip);
|
this.manualForward(skip);
|
||||||
|
|
||||||
console.log(this.getCurrent());
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (this.getCurrent() && this.status !== STATUS.PAUSED) {
|
if (this.getCurrent() && this.status !== STATUS.PAUSED) {
|
||||||
await this.play();
|
await this.play();
|
||||||
|
|
Loading…
Add table
Reference in a new issue