Skip to content

Commit

Permalink
fix(player): remove console log (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
insertmike authored Jul 12, 2024
1 parent a6b1453 commit 288c8ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ export class HTMLMediaEvents {
}

protected _onTimeUpdate(event: Event) {
console.log(this._media.currentTime);
this._updateCurrentTime(this._media.currentTime, event);
}

Expand Down

0 comments on commit 288c8ae

Please sign in to comment.