diff --git a/web/src/components/player/dynamic/DynamicVideoController.ts b/web/src/components/player/dynamic/DynamicVideoController.ts index 801125cb2..65d3caa83 100644 --- a/web/src/components/player/dynamic/DynamicVideoController.ts +++ b/web/src/components/player/dynamic/DynamicVideoController.ts @@ -113,10 +113,8 @@ export class DynamicVideoController { this.playerController.currentTime = seekSeconds; if (play) { - console.log("seeking and playing"); this.waitAndPlay(); } else { - console.log("seeking and pausing"); this.playerController.pause(); } } else {