From e937c4544ac31057d297ff7a557548e70f5d0ed5 Mon Sep 17 00:00:00 2001 From: bastien ollier Date: Mon, 3 Jun 2024 14:50:27 +0200 Subject: [PATCH] add multiroom --- 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 c874d27..9a78c9a 100644 --- a/src/app/components/editor/editor.component.ts +++ b/src/app/components/editor/editor.component.ts @@ -170,7 +170,6 @@ export class EditorComponent { async onCreateRoomButtonClicked() { const idRoom = await this.backendService.createRoom(); - console.log(idRoom); this.router.navigate([`./editor-live/${idRoom}`]); }