mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
remove log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user