From b156025ac5e3e18e979b4e26231b68d5977330a5 Mon Sep 17 00:00:00 2001
From: netpro2k <netpro2k@gmail.com>
Date: Wed, 4 Apr 2018 13:06:32 -0700
Subject: [PATCH] Disable debug

---
 src/hub.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hub.html b/src/hub.html
index aa789e355..4bdffba3b 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -21,7 +21,7 @@
         networked-scene="adapter: janus; audio: true; debug: true; connectOnLoad: false;"
         physics
         mute-mic="eventSrc: a-scene; toggleEvents: action_mute"
-        personal-space-bubble="debug: true;"
+        personal-space-bubble="debug: false;"
 
         app-mode-input-mappings="modes: default, hud; actionSets: default, hud;"
         >
-- 
GitLab