mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-17 05:28:17 +00:00
Remove unused logging for debugging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user