From ce129691a73b7adf9c57d2700b151204d8774113 Mon Sep 17 00:00:00 2001 From: Davide Passoni Date: Mon, 9 Dec 2024 15:32:04 +0100 Subject: [PATCH] chore: Removed temporary audio backend address --- frontend/react/src/audio/audiomanager.ts | 2 -- 1 file changed, 2 deletions(-) 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");