remove log

This commit is contained in:
HugoRCD
2025-04-24 16:30:46 +02:00
parent 505c1e502a
commit 713e943144

View File

@@ -1,4 +1,4 @@
import { computed, watch, watchEffect } from 'vue'
import { computed, watchEffect } from 'vue'
import colors from 'tailwindcss/colors'
import { useHead } from '@unhead/vue'
import type { Plugin } from 'vue'
@@ -52,8 +52,6 @@ export default {
if (typeof document !== 'undefined') {
watchEffect(() => {
console.log('Colors changed, updating style:', JSON.stringify(appConfig.ui.colors))
let styleEl = document.querySelector('#nuxt-ui-colors-vue') as HTMLStyleElement
if (!styleEl) {
styleEl = document.createElement('style')