From ec7cc4bc476cf22db8ec02bded1fdea89aa2ceae Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Mon, 15 Apr 2024 12:38:38 +0200 Subject: [PATCH] Remove debug output --- src/utils/metadata.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/metadata.js b/src/utils/metadata.js index 66e4d30..15215e1 100644 --- a/src/utils/metadata.js +++ b/src/utils/metadata.js @@ -1162,7 +1162,6 @@ const preselectProfile = (type, streams, profile, encoders, preselectAudio = tru // Only select audio stream if explicitely asked to. if (preselectAudio === true) { if (isAudioPlausible(streams, profile.audio) === false) { - console.log('audio is not plausible'); profile.audio = preselectAudioProfile(streams, profile.audio); if (profile.audio.stream >= 0) {