Skip to content

Commit

Permalink
fix: remove reset bootstrap logger (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Apr 16, 2021
1 parent df681b3 commit 9dc9596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bootstrap/src/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ export class Bootstrap {
}

static reset() {
this.logger = null;
this.configured = false;
this.starter = null;
}
Expand Down

0 comments on commit 9dc9596

Please sign in to comment.