refactor(descriptorStore): refs #6994 remove debug log from has function
This commit is contained in:
parent
564877a73c
commit
bb6082026b
src/stores
|
@ -26,7 +26,6 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
function has(name) {
|
function has(name) {
|
||||||
console.log('get(): ', get());
|
|
||||||
return get()[name];
|
return get()[name];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue