Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed Sep 30, 2024
1 parent d722e8e commit 4b80f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sidebar/ProjectComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class InternalScopeItem extends ScopeItem {
super(parent, scope)
}
async _getChildren(): Promise<HierItem[]> {
console.log('block getChildren', this.instance.children)
return this.getChildrenFromSymbol(this.instance)
}
}
Expand Down

0 comments on commit 4b80f5d

Please sign in to comment.