refactor(clean): removed extra console.log

This commit is contained in:
Corentin Thomasset 2022-04-16 11:52:02 +02:00
parent 0808920951
commit 82606f6a47
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -17,8 +17,6 @@ const route = useRoute()
const styleStore = useStyleStore()
const version = import.meta.env.PACKAGE_VERSION;
console.log(themeVars.value)
const makeLabel = (text: string, to: string) => () => h(RouterLink, { to }, { default: () => text })
const makeIcon = (icon: Component) => () => h(NIcon, null, { default: () => h(icon) })