Remove debug output

This commit is contained in:
Ingo Oppermann 2024-04-15 12:38:38 +02:00
parent f53be95e70
commit ec7cc4bc47
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -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) {