removed console.log

This commit is contained in:
PxlLoewe
2025-07-19 16:05:01 -07:00
parent 68e26b18b2
commit 9eaf3a06ed
18 changed files with 37 additions and 80 deletions

View File

@@ -171,12 +171,6 @@ export const useAudioStore = create<TalkState>((set, get) => ({
deviceId: get().settings.micDeviceId ?? undefined,
},
});
console.log(
"Connected to room",
roomName,
get().settings.micDeviceId,
get().settings.micVolume,
);
// Funk-Effekt anwenden
const radioStream = getRadioStream(inputStream, get().settings.micVolume);
if (!radioStream) throw new Error("Konnte Funkstream nicht erzeugen");