chore: Removed temporary audio backend address

This commit is contained in:
Davide Passoni 2024-12-09 15:32:04 +01:00
parent 3d204af60f
commit ce129691a7

View File

@ -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");