Remove unused logging for debugging

This commit is contained in:
Bnyro
2023-06-15 23:12:26 +02:00
parent 4056c44fbb
commit f854af3581
2 changed files with 3 additions and 4 deletions

View File

@@ -385,7 +385,6 @@ const mixin = {
const videoIds = JSON.parse(playlist.videoIds);
const videosFuture = videoIds.map(videoId => this.getLocalPlaylistVideo(videoId));
playlist.relatedStreams = await Promise.all(videosFuture);
console.log(playlist);
return playlist;
}