6994-vnLog_descriptors #1579

Merged
alexm merged 34 commits from 6994-vnLog_descriptors into dev 2025-03-20 06:58:21 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit bb6082026b - Show all commits

View File

@ -26,7 +26,6 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
}
function has(name) {
console.log('get(): ', get());
return get()[name];
}