mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 22:40:51 +01:00
removed logs
This commit is contained in:
@ -53,7 +53,6 @@ export const useUiStore = defineStore('uiStore', () => {
|
||||
const colorMode = useColorMode()
|
||||
|
||||
watchImmediate(currentThemeName, () => {
|
||||
console.log('set colorMode', currentThemeName.value)
|
||||
colorMode.preference = currentThemeName.value
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user