Removing commented code

This commit is contained in:
David Négrier 2021-06-03 14:29:09 +02:00
parent f4ed527fe8
commit 2905a5570c
1 changed files with 0 additions and 1 deletions

View File

@ -422,7 +422,6 @@ export const localStreamStore = derived<Readable<MediaStreamConstraints>, LocalS
});
return;
} else {
//throw new Error('Unable to access your camera or microphone. Your browser is too old.');
set({
type: 'error',
error: new BrowserTooOldError(),