mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
remove console statement
This commit is contained in:
parent
b3522fea6a
commit
34f0d631d9
@ -21,7 +21,6 @@ export const getAudioDevices = async () => {
|
||||
export const setAudioDevice = async (id) => {
|
||||
const audioCtx = getAudioContext();
|
||||
if (audioCtx.sinkId === id) {
|
||||
console.log(audioCtx.sinkId, id);
|
||||
return;
|
||||
}
|
||||
const isValidID = (id ?? '').length > 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user