Remove debug output
This commit is contained in:
parent
f53be95e70
commit
ec7cc4bc47
@ -1162,7 +1162,6 @@ const preselectProfile = (type, streams, profile, encoders, preselectAudio = tru
|
|||||||
// Only select audio stream if explicitely asked to.
|
// Only select audio stream if explicitely asked to.
|
||||||
if (preselectAudio === true) {
|
if (preselectAudio === true) {
|
||||||
if (isAudioPlausible(streams, profile.audio) === false) {
|
if (isAudioPlausible(streams, profile.audio) === false) {
|
||||||
console.log('audio is not plausible');
|
|
||||||
profile.audio = preselectAudioProfile(streams, profile.audio);
|
profile.audio = preselectAudioProfile(streams, profile.audio);
|
||||||
|
|
||||||
if (profile.audio.stream >= 0) {
|
if (profile.audio.stream >= 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user