chore(clean): removed extra console.log

This commit is contained in:
Corentin Thomasset 2023-04-05 08:47:54 +02:00
parent aa4dc0418e
commit 004cb83719
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -72,8 +72,6 @@ const menuOptions = computed(() =>
);
const themeVars = useThemeVars();
console.log(themeVars.value);
</script>
<style scoped lang="less">