Remove obsolete log
This commit is contained in:
parent
ef3e27ee8b
commit
6524366eb5
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
export let state: SpecialVisualizationState
|
export let state: SpecialVisualizationState
|
||||||
let theme = state.layout?.id ?? ""
|
let theme = state.layout?.id ?? ""
|
||||||
let config: ExtraLinkConfig = state.layout.extraLink
|
let config: ExtraLinkConfig = state.layout.extraLink
|
||||||
console.log(">>>",config)
|
|
||||||
const isIframe = window !== window.top
|
const isIframe = window !== window.top
|
||||||
let basepath = window.location.host
|
let basepath = window.location.host
|
||||||
let showWelcomeMessageSwitch = state.featureSwitches.featureSwitchWelcomeMessage
|
let showWelcomeMessageSwitch = state.featureSwitches.featureSwitchWelcomeMessage
|
||||||
|
|
Loading…
Reference in a new issue