diff --git a/assets/client_test/index.html b/assets/client_test/index.html
index 1a41da72..7306db60 100644
--- a/assets/client_test/index.html
+++ b/assets/client_test/index.html
@@ -38,31 +38,16 @@
HTML_TIMESTAMP: Date.now(),
ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0"
};
- // GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST;
- // TODO: remote auth
- // window.GLOBAL_ENV.REMOTE_AUTH_ENDPOINT = window.GLOBAL_ENV.GATEWAY_ENDPOINT.replace(/wss?:/, "");
window.localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT);
window.localStorage.setItem(
"DeveloperOptionsStore",
`{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}`
);
-
- /*
- // Not required because slowcord has its own login server
- setInterval(() => {
- var token = JSON.parse(localStorage.getItem("token"));
- if (token) {
- var logincss = document.querySelector('#logincss'),
- canRemove = logincss ? logincss: "";
- if(canRemove !== "") {
- document.querySelector("#logincss").remove();
- canRemove = "";
- }
- }
- }, 1000)
- */
+
+
+