diff --git a/frontend/react/src/audio/audiomanager.ts b/frontend/react/src/audio/audiomanager.ts index 8a222407..f4eee584 100644 --- a/frontend/react/src/audio/audiomanager.ts +++ b/frontend/react/src/audio/audiomanager.ts @@ -99,8 +99,6 @@ export class AudioManager { if (!this.#socket) return; - this.#socket = new WebSocket(`wss://refugees.dcsolympus.com/audio`); // TODO: remove, used for testing! - /* Log the opening of the connection */ this.#socket.addEventListener("open", (event) => { console.log("Connection to audio websocket successfull");