Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Feb 4, 2025
1 parent 8c706e1 commit b998549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/fields/inputdevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class OBFieldInputDevice extends OBField {

try {
const stream = await navigator.mediaDevices.getUserMedia({ audio: true });
console.log(stream);
stream.getTracks().forEach((track) => track.stop());
await this.#refreshDevices();
navigator.mediaDevices.ondevicechange = (event) => {
Expand Down Expand Up @@ -118,7 +117,7 @@ class OBFieldInputDevice extends OBField {
scss() {
return `
:host {
display: inline-block;
display: inline-block;
max-width: 100%;
#audio-input, #video-input {
Expand Down

0 comments on commit b998549

Please sign in to comment.