remove log

This commit is contained in:
Peter Clement 2024-02-13 16:10:22 +00:00
parent 9fbeda42b8
commit f68939fe17
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
let parts = hostname.split(".")
let tenantId = parts[0]
let domain = parts.slice(-2).join(".")
console.log(domain)
CookieUtils.setCookie("tenantId", tenantId, domain)
}