cleaning up console.logs

This commit is contained in:
Henry Jameson 2026-04-01 18:53:42 +03:00
commit 19fdc1e74c
4 changed files with 1 additions and 7 deletions

View file

@ -164,7 +164,6 @@ const DEFAULT_STATE = {
...LOCAL_DEFAULT_CONFIG,
},
}
console.log('===', ROOT_STATE_DEFINITIONS)
export const useInstanceStore = defineStore('instance', {
state: () => ({ ...DEFAULT_STATE }),