remove log

This commit is contained in:
Cory LaViska
2022-08-30 11:49:17 -05:00
parent 3a6890af81
commit 51c4abb72b

View File

@@ -332,7 +332,6 @@ export default class SlTree extends ShoelaceElement {
};
updateItems() {
console.log('update');
this.treeItems = [...this.querySelectorAll('sl-tree-item')];
[...this.treeItems].forEach(this.initTreeItem);
}