Remove unnecessary console.log

This commit is contained in:
Max Isom 2022-02-24 18:19:26 -05:00
parent 237086245b
commit edc95ad5db
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -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();