From 24e86eaeacd88db5c57bcd9601fe889cf2ba3624 Mon Sep 17 00:00:00 2001 From: cofrizot Date: Wed, 12 Jun 2024 16:44:58 +0200 Subject: [PATCH] Remove a commented line --- src/app/components/editor/editor.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/editor/editor.component.ts b/src/app/components/editor/editor.component.ts index d2da79a..dcf76b1 100644 --- a/src/app/components/editor/editor.component.ts +++ b/src/app/components/editor/editor.component.ts @@ -149,7 +149,6 @@ export class EditorComponent { return; } - // this.client = new WebSocket(`ws://127.0.0.1:3000/live/${idRoom}`); this.client = new WebSocket(`${environment.webSocketUrl}/live/${idRoom}`); this.client.addEventListener('open', async () => { let conn = new Connection(this.client!);