1 files changed, 0 insertions, 1 deletions
diff --git a/assets/client_test/developers.html b/assets/client_test/developers.html
index 2a4402d7..1673e982 100644
--- a/assets/client_test/developers.html
+++ b/assets/client_test/developers.html
@@ -26,7 +26,6 @@
ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0"
};
GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST;
- const localStorage = window.localStorage;
// TODO: remote auth
// window.GLOBAL_ENV.REMOTE_AUTH_ENDPOINT = window.GLOBAL_ENV.GATEWAY_ENDPOINT.replace(/wss?:/, "");
localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT);
|