From 0cd6d5d05c945997e7b72b7b96f0e2a504cd3b08 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Thu, 25 Jul 2024 16:58:22 +0200 Subject: [PATCH] fix: redundant console.log --- src/screens/modals/Player/components/MediaInformation.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screens/modals/Player/components/MediaInformation.tsx b/src/screens/modals/Player/components/MediaInformation.tsx index 3d759df..f082825 100644 --- a/src/screens/modals/Player/components/MediaInformation.tsx +++ b/src/screens/modals/Player/components/MediaInformation.tsx @@ -42,8 +42,6 @@ export default function MediaInformation() { const albumTrack = entities[track.backendId]; const mediaStream = albumTrack.MediaStreams?.find((d) => d.Type === 'Audio'); - console.log(mediaStream); - return (