From a7df7e00e8bc7e5837fb7774cc8e9119fce05278 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Tue, 22 May 2018 21:54:19 -0700
Subject: [PATCH] Remove comment due to issue with newlines being stripped

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

diff --git a/src/hub.html b/src/hub.html
index 84fdef5aa..d2c83b46a 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -18,8 +18,9 @@
         <script src="https://cdn.rawgit.com/aframevr/aframe/3e7a4b3/dist/aframe-master.js" integrity="sha384-EaMOuyBOi9ERV/lVDwQgz/yFWBDWPsIju5Co6oCZZHXuvbLBO81yPWn80q0BbBn3" crossorigin="anonymous"></script>
     <% } %>
 
+    
+    <!-- HACK: this has to run after A-Frame but before our bundle, since A-Frame blows away the local storage setting -->
     <script>
-        // HACK: this has to run after A-Frame but before our bundle, since A-Frame blows away the local storage setting
         if (/[&?]debug=true/.test(window.location.search) && typeof localStorage !== "undefined") {
             localStorage.debug = "naf-janus-adapter:*";
         }
-- 
GitLab