From 82631625f0177cb56df6ab7df50790171dcbde66 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 24 Oct 2025 07:21:27 -0500 Subject: [PATCH] clean up --- web/src/components/player/dynamic/DynamicVideoController.ts | 2 -- 1 file changed, 2 deletions(-) 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 {