Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Aug 16, 2023
1 parent 091ff42 commit 66b0bb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/node/backend-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ export class BackendApplication {
}

protected async configure(): Promise<void> {
// Do not await the initialization because contributions are expected to handle
// concurrent initialize/configure in undefined order if they provide both
await this.initialize();

this.app.get('*.js', this.serveGzipped.bind(this, 'text/javascript'));
Expand Down

0 comments on commit 66b0bb5

Please sign in to comment.