@ -170,7 +170,6 @@ export class EditorComponent {
async onCreateRoomButtonClicked() {
const idRoom = await this.backendService.createRoom();
console.log(idRoom);
this.router.navigate([`./editor-live/${idRoom}`]);
}