1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

remove logs

This commit is contained in:
Martin McKeaveney 2021-11-04 14:04:58 +01:00
parent 7cead2d8f4
commit 9ce371fa3c
2 changed files with 0 additions and 2 deletions

View file

@ -48,7 +48,6 @@
onMount(async () => {
if ($params["?template"]) {
console.log("SETTING COOKIE", $params["?template"])
await auth.setInitInfo({ init_template: $params["?template"] })
}

View file

@ -202,7 +202,6 @@
loaded = true
// if the portal is loaded from an external URL with a template param
const initInfo = await auth.getInitInfo()
console.log(initInfo)
if (initInfo.init_template) {
createAppFromTemplateUrl(initInfo.init_template)
}