Reduce logging

This commit is contained in:
Yeicor
2024-03-28 23:26:00 +01:00
parent 162d3e22a2
commit 856ffbc4c5
3 changed files with 19 additions and 19 deletions

View File

@@ -36,9 +36,7 @@ function onRemove(mesh: Mesh) {
}
function findModel(name: string) {
console.log('Find model', name);
if (!expandedNames.value.includes(name)) expandedNames.value.push(name);
console.log('Expanded', expandedNames.value);
}
defineExpose({findModel})