refactor(descriptorStore): refs #6994 remove debug log from has function

This commit is contained in:
Alex Moreno 2025-03-07 14:59:29 +01:00
parent 564877a73c
commit bb6082026b
1 changed files with 0 additions and 1 deletions

View File

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