Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
juozasg committed Sep 12, 2023
1 parent 6530769 commit 941b5ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/treeviews/dataProviders/asyncDataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class AsyncDataProvider extends SimpleDataProvider{
viewData.nodes = await this.loadRootNodes();
viewData.loadCollapsibleStates();
viewData.loading = false;
console.log(`finish loading ${context.contextName} ${this.constructor.name}`);

this.nodes.forEach(node => {
if(node instanceof NamespaceNode) {
Expand Down

0 comments on commit 941b5ce

Please sign in to comment.