remove logs
This commit is contained in:
parent
b80a93d6d5
commit
e888971936
|
@ -48,7 +48,6 @@
|
|||
|
||||
onMount(async () => {
|
||||
if ($params["?template"]) {
|
||||
console.log("SETTING COOKIE", $params["?template"])
|
||||
await auth.setInitInfo({ init_template: $params["?template"] })
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue