From 6e060713b428f479d26993f6fd79a062630d2432 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2023 16:13:19 +0100 Subject: Correctly unsubscribe on menu destroy --- .../+video-watch/shared/recommendations/recommended-videos.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/+videos/+video-watch') diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts index ee3a6c73e..42259129c 100644 --- a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts +++ b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts @@ -58,7 +58,6 @@ export class RecommendedVideosComponent implements OnInit, OnChanges, OnDestroy .subscribe(user => { this.user = user this.autoPlayNextVideo = user.autoPlayNextVideo - console.log(this.autoPlayNextVideo) }) } -- cgit v1.2.3