From 41fd9435a6f654ee23451ec66b94448cc1fde4ec Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Mar 2024 11:32:31 +0100 Subject: [PATCH] Remove log --- .../shared/playlist/video-watch-playlist.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts b/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts index 1bb186929..70e040b2b 100644 --- a/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts +++ b/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts @@ -118,7 +118,6 @@ export class VideoWatchPlaylistComponent { if (position) this.updatePlaylistIndex(position) if (redirectToFirst) { - console.log(firstAvailableVideo) const extras = { queryParams: { start: firstAvailableVideo.startTimestamp,