From 9b00a5f5064c0b37933a0e5208ee6f7d7b76dd2a Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Fri, 20 Apr 2018 17:55:04 -0700 Subject: [PATCH] remove test code --- src/hub.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/hub.js b/src/hub.js index 0b1e13c2e..3a1d74d57 100644 --- a/src/hub.js +++ b/src/hub.js @@ -309,10 +309,7 @@ const onReady = async () => { if (qs.room) { // If ?room is set, this is `yarn start`, so just use a default environment and query string room. - remountUI({ - janusRoomId: qs.room && !isNaN(parseInt(qs.room)) ? parseInt(qs.room) : 1, - hubName: "My Super Test Hub" - }); + remountUI({ janusRoomId: qs.room && !isNaN(parseInt(qs.room)) ? parseInt(qs.room) : 1 }); initialEnvironmentEl.setAttribute("gltf-bundle", { src: "https://asset-bundles-prod.reticulum.io/rooms/meetingroom/MeetingRoom.bundle.json" // src: "https://asset-bundles-prod.reticulum.io/rooms/theater/TheaterMeshes.bundle.json" -- GitLab